IDataReaderFormatter(T) Methods

System.Data.Generic

IDataReaderFormatterT Methods

The IDataReaderFormatterT generic type exposes the following members.

Methods
  Name Description
Public method Deserialize
Deserializes the data on the provided DataReader and reconstitutes the graph of objects.
Public method Serialize
Serializes an object, or graph as objects with the given root to the provided reader.
Top
See Also