MessagePackSerializerTOwnerContext Property |
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected SerializationContext OwnerContext { get; }
Protected ReadOnly Property OwnerContext As SerializationContext
Get
protected:
property SerializationContext^ OwnerContext {
SerializationContext^ get ();
}
member OwnerContext : SerializationContext with get
Property Value
Type:
SerializationContext
A
SerializationContext which owns this serializer.
See Also