SerializerAssemblyGenerationConfigurationIsRecursive Property |
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsRecursive { get; set; }
Public Property IsRecursive As Boolean
Get
Set
public:
virtual property bool IsRecursive {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsRecursive : bool with get, set
override IsRecursive : bool with get, set
Property Value
Type:
Booleantrue if recursively generates dependent types which do not have built-in serializer; otherwise,
false.
See Also