Click or drag to resize

CsvSerializerTDeserialize Method (StreamReader)

Deserializes a collection of objects using the data that is accessible through the specified stream reader.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
protected override ICollection<T> Deserialize(
	StreamReader reader
)

Parameters

reader
Type: System.IOStreamReader
The object that gives access to the underlying stream.

Return Value

Type: ICollectionT
The collection of deserialized objects.
See Also