Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStorageDeserializer 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:
IStorageDeserializer.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 deserializer.

public interface IStorageDeserializer
type IStorageDeserializer = interface
Public Interface IStorageDeserializer
Derived

Properties

Name Description
CanStream

Can this provider stream data.

Tag

An optional tag that a IStorageSerializationPicker or IStorageProvider provider can use to pick a deserializer.

Methods

Name Description
Deserialize(Object, Type)

Deserializes the given data.

Deserialize(Stream, Type)

Deserializes the given data from a stream.

Deserialize(TextReader, Type)

Deserializes the given data from a text stream.

Applies to