Class SerializationOptions
public sealed record SerializationOptions : IEquatable<SerializationOptions>
- Inheritance
-
SerializationOptions
- Implements
- Inherited Members
Properties
IncludeShadowTree
public ShadowTree? IncludeShadowTree { get; init; }
Property Value
MaxDomDepth
public long? MaxDomDepth { get; init; }
Property Value
- long?
MaxObjectDepth
public long? MaxObjectDepth { get; init; }
Property Value
- long?