Click or drag to resize
MessagePackSerializerTOwnerContext Property
Gets a SerializationContext which owns this serializer.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected SerializationContext OwnerContext { get; }

Property Value

Type: SerializationContext
A SerializationContext which owns this serializer.
See Also