The CsvSerializer T type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | CsvSerializer T |
Csv Serializer
Initialize by selected properties from the type to be de/serialized
|
Methods
Name | Description | |
---|---|---|
![]() | Deserialize |
Deserialize
|
![]() | Serialize |
Serialize
|
Properties
Name | Description | |
---|---|---|
![]() | IgnoreEmptyLines | |
![]() | IgnoreReferenceTypesExceptString | |
![]() | NewlineReplacement | |
![]() | Replacement | |
![]() | RowNumberColumnTitle | |
![]() | Separator | |
![]() | UseEofLiteral | |
![]() | UseLineNumbers | |
![]() | UseTextQualifier |
See Also