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