Click or drag to resize
ResolveSerializerEventArgs Class
Represents event information for ResolveSerializer event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MsgPack.SerializationResolveSerializerEventArgs

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public sealed class ResolveSerializerEventArgs : EventArgs

The ResolveSerializerEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets the SerializationContext which raises this event.
Public propertyPolymorphismSchema
Gets the PolymorphismSchema which represents polymorphism information for the current member.
Public propertyTargetType
Gets the target type which is getting serializer.
Top
Methods
See Also