FixedWidthConfiguration<TTargetType> class

Fluent Configuration class for the FixedWidthSerializer class.

public class FixedWidthConfiguration<TTargetType> : TextConfiguration<TTargetType>
    where TTargetType : new()

Public Members

name description
ForMember(…) Sets the serialization properties of a member of the class. If ByConvention was called first, this will override those inferred settings.
Ignore(…) Marks a field as not serializable.

See Also