Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AdoNetGrainStorage.StorageSerializationPicker Property
Definition
- Namespace:
- Orleans.Storage
- Assembly:
- Orleans.Persistence.AdoNet.dll
- Package:
- Microsoft.Orleans.Persistence.AdoNet v2.4.5
- Package:
- Microsoft.Orleans.Persistence.AdoNet v3.6.5
- Source:
- AdoNetGrainStorage.cs
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.
A strategy to pick a serializer or a deserializer for storage operations. This can be used to:
- Add a custom serializer or deserializer for use in storage provider operations.
- In combination with serializer or deserializer to update stored object version.
- Per-grain storage format selection
- Switch storage format first by reading using the save format and then writing in the new format.
public Orleans.Storage.IStorageSerializationPicker StorageSerializationPicker { get; set; }
member this.StorageSerializationPicker : Orleans.Storage.IStorageSerializationPicker with get, set
Public Property StorageSerializationPicker As IStorageSerializationPicker
