FixedWidthSerializer<TTargetType> constructor (1 of 2)

Initializes a new instance of the FixedWidthSerializer class with default values, using Attributes on the target type to determine the configuration of fields and properties.

public FixedWidthSerializer()

See Also


FixedWidthSerializer<TTargetType> constructor (2 of 2)

Initializes a new instance of the FixedWidthSerializer class using Fluent configuration.

public FixedWidthSerializer(Action<FixedWidthConfiguration<TTargetType>> config)
parameter description
config Fluent configuration for the serializer.

See Also