Click or drag to resize

SerializerTDeserialize Method

Overload List
  NameDescription
Public methodDeserialize(Stream)
Deserializes CSV data to a list of objects using a default encoding of UTF-8.
Protected methodDeserialize(StreamReader)
Deserializes a collection of objects using the data that is accessible through the specified stream reader.
Public methodDeserialize(String)
Deserializes a CSV to a list of objects using a default encoding of UTF-8.
Public methodDeserialize(Stream, Encoding)
Deserializes a CSV to a list of objects.
Public methodDeserialize(String, Encoding)
Deserializes a CSV to a list of objects.
Top
See Also