Class SerializationOptions
public class SerializationOptions
- Inheritance
-
SerializationOptions
- Inherited Members
Properties
IncludeShadowTree
public ShadowTree? IncludeShadowTree { get; set; }
Property Value
MaxDomDepth
public long? MaxDomDepth { get; set; }
Property Value
- long?
MaxObjectDepth
public long? MaxObjectDepth { get; set; }
Property Value
- long?