Reads the JSON representation of the object.
| C# | Visual Basic | Visual C++ |
public abstract Object ReadJson( JsonReader reader, Type objectType )
Public MustOverride Function ReadJson ( _ reader As JsonReader, _ objectType As Type _ ) As Object
public: virtual Object^ ReadJson( JsonReader^ reader, Type^ objectType ) abstract
- reader (JsonReader)
- The JsonReader to read from.
- objectType (Type)
- Type of the object.
The object value.