TextConfiguration<TTargetType> class

Base class for Fluent Configuration classes

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

Protected Members

name description
Serializer { get; set; } Serializer which is being configured by this class.
GetField(…) Retrieves the Field configuration for the specified member, along with the position in the file where it should be serialized.
InternalIgnore(…) Marks a field as not serializable.

See Also