FixedWidthSerializer<TTargetType>.GetFieldFromAttribute method

Used by a derived class to return a Field configuration specific to this serializer back for a given method based on the attributes applied.

protected override Field GetFieldFromAttribute(MemberInfo member)
parameter description
member Property or Field to return a configuration for.

Return Value

Field configuration if this property should be serialized, otherwise null to ignore.

See Also