IDataReaderFormatter(T) Interface
From System.Data.Generic
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)
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.
| Name | Description | |
|---|---|---|
| Deserialize |
Deserializes the data on the provided DataReader and reconstitutes the graph of objects.
| |
| Serialize |
Serializes an object, or graph as objects with the given root to the provided reader.
|