EnumOptions enumeration

Used to control how Enumerations are serialized to files.

public enum EnumOptions

Values

name value description
String 0 Enumerations will be Serialized using the Name of the Enum
Integer 1 Enumerations will be Serialized using the Integer value of the Enum

See Also