Click or drag to resize

Enkoni.Framework.Serialization Namespace

Contains a number of classes that allow for (de)serialization in formats other than the formats that are supported by default by the .NET Framework.
Classes
  ClassDescription
Public classCsvColumnAttribute
This attribute defines how a property must be serialized and deserialized to and from a column in a CSV file.
Public classCsvRecordAttribute
This attribute defines how an object must be serialized and deserialized to and from a CSV file.
Public classCsvSerializerT
Serializes or deserializes a list of objects to and from a CSV file.
Public classCsvTransformerT
Transforms an instance of type T to and from CSV data.
Public classSerializerT
Provides a base class for a type that is capable of (de)serializing data to and from a specific format.
Public classTransformerT
Represents a transformer that transforms an instance of T into a byte array or string and vice versa.