CsvSerializerT Properties |
The CsvSerializerT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnNameMappings | Gets the mappings of the column names. The dictionary uses the column index as key and column name as value. |
![]() | DefaultEncoding | Gets or sets the default encoding that will be used when no encoding is specified. (Inherited from SerializerT.) |
![]() | EmitHeader | Gets or sets a value indicating whether a header-line must be included when serializing the objects. |
![]() | IgnoreHeaderOnRead | Gets or sets a value indicating whether the header should be ignored when reading the file. |
![]() | Separator | Gets or sets the separator-string. |
![]() | Transformer | Gets or sets the transformer that transforms single objects into a specific format. (Inherited from SerializerT.) |