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
| Name | Description |
|---|---|
| JsonGrainStorageSerializer(OrleansJsonSerializer) |
Initializes a new instance of the JsonGrainStorageSerializer class. |
Methods
| Name | Description |
|---|---|
| Deserialize<T>(BinaryData) |
Deserializes the provided data. |
| Serialize<T>(T) |
Serializes the object input. |
Extension Methods
| Name | Description |
|---|---|
| Deserialize<T>(IGrainStorageSerializer, ReadOnlyMemory<Byte>) |
Deserializes the provided data. |