OrleansJsonSerializer
class
Namespace: Orleans.Serialization
Utility class for configuring
Newtonsoft.Json.JsonSerializerSettings to support Orleans types. public class OrleansJsonSerializerConstructors
OrleansJsonSerializer(IOptions<OrleansJsonSerializerOptions>)Initializes a new instance of theOrleansJsonSerializerclass.
Methods
Deserialize(Type, Stream)Deserializes an object of the specified expected type from the provided stream.Deserialize(Type, string)Deserializes an object of the specified expected type from the provided input.Serialize(object, Type)Serializes an object to a JSON string.Serialize(object, Type, Stream)Serializes an object to a stream.
