Click or drag to resize
SerializerAssemblyGenerationConfigurationIsRecursive Property
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool IsRecursive { get; set; }

Property Value

Type: Boolean
true if recursively generates dependent types which do not have built-in serializer; otherwise, false.
See Also