IGrainStorageSerializer Interface
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.
Common interface for grain state serializers.
public interface IGrainStorageSerializer
type IGrainStorageSerializer = interface
Public Interface IGrainStorageSerializer
- Derived
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. |