CsvSerializerTSerialize Method |
Name | Description | |
---|---|---|
![]() | Serialize(IEnumerableT, Stream) | Serializes a list of objects to a stream using a default encoding. (Inherited from SerializerT.) |
![]() | Serialize(IEnumerableT, String) | Serializes a list of objects to a file using a default encoding. (Inherited from SerializerT.) |
![]() | Serialize(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).) |
![]() | Serialize(IEnumerableT, Stream, Encoding) | Serializes a list of objects to a stream. (Inherited from SerializerT.) |
![]() | Serialize(IEnumerableT, String, Encoding) | Serializes a list of objects to a file. (Inherited from SerializerT.) |