Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IStorageSerializer Interface
Definition
- Namespace:
- Orleans.Storage
- Assembly:
- OrleansSQLUtils.dll
- Assembly:
- Orleans.Persistence.AdoNet.dll
- Package:
- Microsoft.Orleans.OrleansSqlUtils v1.5.10
- Package:
- Microsoft.Orleans.Persistence.AdoNet v2.4.5
- Package:
- Microsoft.Orleans.Persistence.AdoNet v3.6.5
- Source:
- IStorageSerializer.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 canonical interface for a storage provider serializer.
public interface IStorageSerializer
type IStorageSerializer = interface
Public Interface IStorageSerializer
- Derived
Properties
| Name | Description |
|---|---|
| CanStream |
Can this provider stream data. |
| Tag |
An optional tag that a IStorageSerializationPicker or IStorageProvider provider can use to pick this serializer. |
Methods
| Name | Description |
|---|---|
| Serialize(Object) |
Serializes the given data. |
| Serialize(Stream, Object) |
Serializes the given data to a stream. |
| Serialize(TextWriter, Object) |
Serializes the given data to a text stream. |
