Click or drag to resize
ResolveSerializerEventArgsTargetType Property
Gets the target type which is getting serializer.

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

Property Value

Type: Type
The target type which is getting serializer. This value will not be null.
See Also