BoneTypeExConverter Class (KinectEx.Json)

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

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

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public BoneTypeExConverter =
	class
		inherit JsonConverter
	end

The BoneTypeExConverter type exposes the following members.

  Platforms Name Description
BoneTypeExConverter  
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