Click or drag to resize
SerializerAssemblyGenerationConfigurationEnumSerializationMethod Property
Gets or sets the default enum serialization method for generating enum type serializers.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public EnumSerializationMethod EnumSerializationMethod { get; set; }

Property Value

Type: EnumSerializationMethod
A value of EnumSerializationMethod.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionSpecified value is not valid EnumSerializationMethod.
See Also