Click or drag to resize
SerializerAssemblyGenerationConfigurationSerializationMethod Property
Gets or sets the serialization method to pack object.

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

Property Value

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