JsonSafeInt64Converter.ReadJson method
namespace: Serenity.Data assembly: Serenity.Net.Core
Reads the JSON representation of the object.
public override object ReadJson(JsonReader reader, Type objectType, object existingValue,
JsonSerializer serializer)
| parameter | description |
|---|---|
| reader | The JsonReader to read from. |
| objectType | Type of the object. |
| existingValue | The existing value of object being read. |
| serializer | The calling serializer. |
Return Value
The object value.
See Also
- class JsonSafeInt64Converter