IDataReaderFormatter(T) Interface

System.Data.Generic

IDataReaderFormatterT Interface
Provides functionality for formattering DataReader and objects.

Namespace: System.Data.Generic.Serialization.Formatters
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public interface IDataReaderFormatter<T>
Public Interface IDataReaderFormatter(Of T)
generic<typename T>
public interface class IDataReaderFormatter
type IDataReaderFormatter<'T> =  interface end

Type Parameters

T
Type of object.

The IDataReaderFormatterT type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes the data on the provided DataReader and reconstitutes the graph of objects.
Public methodSerialize
Serializes an object, or graph as objects with the given root to the provided reader.
Top
Remarks