TextSerializer<TTargetType>.Fields property

Dictionary of Fields which have been configured for this Serializer. The Key is the Position, and the Value is the Field definition class.

public List<Field> Fields { get; }

See Also