MessagePackEnumMemberAttributeSerializationMethod Property |
Gets or sets the default serialization method for this enum typed member.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public EnumMemberSerializationMethod SerializationMethod { get; set; }
Public Property SerializationMethod As EnumMemberSerializationMethod
Get
Set
public:
property EnumMemberSerializationMethod SerializationMethod {
EnumMemberSerializationMethod get ();
void set (EnumMemberSerializationMethod value);
}
member SerializationMethod : EnumMemberSerializationMethod with get, set
Property Value
Type:
EnumMemberSerializationMethod
The default serialization method for this enum typed member.
Note that the method for the enum type will be overrided with this.
See Also