Enkoni.Framework.Serialization Namespace | 
| Class | Description | |
|---|---|---|
| CsvColumnAttribute | This attribute defines how a property must be serialized and deserialized to and from a column in a CSV file.  | |
| CsvRecordAttribute | This attribute defines how an object must be serialized and deserialized to and from a CSV file.  | |
| CsvSerializerT | Serializes or deserializes a list of objects to and from a CSV file.  | |
| CsvTransformerT | Transforms an instance of type T to and from CSV data.  | |
| SerializerT | Provides a base class for a type that is capable of (de)serializing data to and from a specific format.  | |
| TransformerT | Represents a transformer that transforms an instance of T into a byte array or string
            and vice versa.  |