IStorageSerializer Interface

Definition

A canonical interface for a storage provider serializer.

public interface IStorageSerializer
type IStorageSerializer = interface
Public Interface IStorageSerializer
Derived

Properties

CanStream

Can this provider stream data.

Tag

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

Methods

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.

Applies to