Click or drag to resize
ResolveSerializerEventArgsPolymorphismSchema Property
Gets the PolymorphismSchema which represents polymorphism information for the current member.

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

Property Value

Type: PolymorphismSchema
The PolymorphismSchema which represents polymorphism information for the current member. This value will not be null.
See Also