Click or drag to resize
SerializerGeneratorTargetTypes Property

Note: This API is now obsolete.

Gets target types will be generated dedicated serializers.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use static methods instead.")]
public ICollection<Type> TargetTypes { get; }

Property Value

Type: ICollectionType
A collection which stores target types will be generated dedicated serializers.
See Also