Click or drag to resize

CsvSerializerTSerialize Method

Overload List
  NameDescription
Public methodSerialize(IEnumerableT, Stream)
Serializes a list of objects to a stream using a default encoding.
(Inherited from SerializerT.)
Public methodSerialize(IEnumerableT, String)
Serializes a list of objects to a file using a default encoding.
(Inherited from SerializerT.)
Protected methodSerialize(IEnumerableT, Encoding, Stream)
Serializes a collection of items by transforming each item using the Transformer property and writing the transformed item to the stream. Each item will be separated using the new line character(s) of the current environment.
(Overrides SerializerTSerialize(IEnumerableT, Encoding, Stream).)
Public methodSerialize(IEnumerableT, Stream, Encoding)
Serializes a list of objects to a stream.
(Inherited from SerializerT.)
Public methodSerialize(IEnumerableT, String, Encoding)
Serializes a list of objects to a file.
(Inherited from SerializerT.)
Top
See Also