Click or drag to resize
SerializerGeneratorRootType Property

Note: This API is now obsolete.

Gets the type of the root object which will be serialized/deserialized.

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

Property Value

Type: Type
The first entry of TargetTypes. This value will be null when the TargetTypes is empty.
See Also