JointTypeExConverter.ReadJson Method (KinectEx.Json)
Reads the JSON representation of the object.
- C#
- VB
- C++
- F#
public object ReadJson( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
member ReadJson : reader : JsonReader * objectType : Type * existingValue : object * serializer : JsonSerializer -> object
Parameters
- reader
-
Type: Newtonsoft.Json.JsonReader
The JsonReade to read from.
- objectType
-
Type: System.Type
Type of the object.
- existingValue
-
Type: System.Object
The existing value of object being read.
- serializer
-
Type: Newtonsoft.Json.JsonSerializer
The calling serializer.
Return Value
Type: System.ObjectThe object value.
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
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