Click or drag to resize

CsvSerializerT Constructor

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public CsvSerializer()
Exceptions
ExceptionCondition
InvalidTypeParameterExceptionThe specified type-parameter cannot be serialized using this serializer.
InvalidOperationExceptionThe specified type-parameter contains illegal metadata that prevents it from being (de)serialized.
See Also