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