SerializerGeneratorRootType Property |
Note: This API is now obsolete.
Gets the type of the root object which will be serialized/deserialized.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use TargetTypes instead.")]
public Type RootType { get; }
<ObsoleteAttribute("Use TargetTypes instead.")>
Public ReadOnly Property RootType As Type
Get
public:
[ObsoleteAttribute(L"Use TargetTypes instead.")]
property Type^ RootType {
Type^ get ();
}
[<ObsoleteAttribute("Use TargetTypes instead.")>]
member RootType : Type with get
Property Value
Type:
Type
The first entry of
TargetTypes.
This value will be
null when the
TargetTypes is empty.
See Also