IStorageDeserializer Interface

Definition

A canonical interface for a storage provider deserializer.

public interface IStorageDeserializer
type IStorageDeserializer = interface
Public Interface IStorageDeserializer
Derived

Properties

CanStream

Can this provider stream data.

Tag

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

Methods

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