SerializerGeneratorTargetTypes Property |
Note: This API is now obsolete.
Gets target types will be generated dedicated serializers.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use static methods instead.")]
public ICollection<Type> TargetTypes { get; }
<ObsoleteAttribute("Use static methods instead.")>
Public ReadOnly Property TargetTypes As ICollection(Of Type)
Get
public:
[ObsoleteAttribute(L"Use static methods instead.")]
property ICollection<Type^>^ TargetTypes {
ICollection<Type^>^ get ();
}
[<ObsoleteAttribute("Use static methods instead.")>]
member TargetTypes : ICollection<Type> with get
Property Value
Type:
ICollectionType
A collection which stores target types will be generated dedicated serializers.
See Also