JsonGrainStorageSerializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Grain storage serializer that uses Newtonsoft.Json
public class JsonGrainStorageSerializer : Orleans.Storage.IGrainStorageSerializer
type JsonGrainStorageSerializer = class
interface IGrainStorageSerializer
Public Class JsonGrainStorageSerializer
Implements IGrainStorageSerializer
- Inheritance
-
JsonGrainStorageSerializer
- Implements
Constructors
JsonGrainStorageSerializer(OrleansJsonSerializer) |
Initializes a new instance of the JsonGrainStorageSerializer class. |
Methods
Deserialize<T>(BinaryData) |
Deserializes the provided data. |
Serialize<T>(T) |
Serializes the object input. |
Extension Methods
Deserialize<T>(IGrainStorageSerializer, ReadOnlyMemory<Byte>) |
Deserializes the provided data. |