JointTypeExConverter Class (KinectEx.Json)

Json.Net converter that serializes a JointTypeEx object as a single string and deserializes it to the appropriate static instance.
System.Object
   Newtonsoft.Json.JsonConverter
      KinectEx.Json.JointTypeExConverter

Namespace: KinectEx.Json
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class JointTypeExConverter : JsonConverter

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public JointTypeExConverter =
	class
		inherit JsonConverter
	end

The JointTypeExConverter type exposes the following members.

  Platforms Name Description
JointTypeExConverter  
Top
  Platforms Name Description
CanConvert Determines whether this instance can convert the specified object type. (Overrides JsonConverter.CanConvert().)
ReadJson Reads the JSON representation of the object. (Overrides JsonConverter.ReadJson().)
WriteJson Writes the JSON representation of the object. (Overrides JsonConverter.WriteJson().)
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT