UniqueKeyConverter
class
Namespace: Orleans.Serialization
Newtonsoft.Json.JsonConverter implementation for UniqueKey. public class UniqueKeyConverter : JsonConverterConstructors
Methods
CanConvert(Type)Determines whether this instance can convert the specified object type.ReadJson(JsonReader, Type, object, JsonSerializer)Reads the JSON representation of the object.WriteJson(JsonWriter, object, JsonSerializer)Writes the JSON representation of the object.
