JsonConverterEx ​
Provides converter implementations with a way to serialize or deserialize a value using only Newtonsoft.Json's built-in behavior.
Kind: Static class
Namespace: CrowdControl.Common
Public Static Functions
TValue
ReadJson<TValue>(JsonReader reader, Type objectType, TValue existingValue, bool hasExistingValue, JsonSerializer serializer)
Deserializes a value from reader with Newtonsoft.Json's default behavior.
void
WriteJson<TValue>(JsonWriter writer, TValue value, JsonSerializer serializer)
Serializes value with Newtonsoft.Json's default behavior.
