Method ReadJson
ReadJson(JsonReader, Type, NuiValueStrRef?, bool, JsonSerializer)
Reads the JSON representation of the object.
public override NuiValueStrRef? ReadJson(JsonReader reader, Type objectType, NuiValueStrRef? existingValue, bool hasExistingValue, JsonSerializer serializer)
Parameters
readerJsonReaderThe Newtonsoft.Json.JsonReader to read from.
objectTypeTypeType of the object.
existingValueNuiValueStrRefThe existing value of object being read. If there is no existing value then
nullwill be used.hasExistingValueboolThe existing value has a value.
serializerJsonSerializerThe calling serializer.
Returns
- NuiValueStrRef
The object value.