GrainReferenceJsonConverter
class
Namespace: Orleans.Serialization
Newtonsoft.Json.JsonConverter implementation for GrainReference. public class GrainReferenceJsonConverter : JsonConverterConstructors
GrainReferenceJsonConverter(GrainReferenceActivator)Initializes a new instance of theGrainReferenceJsonConverterclass.
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.
