JSONWritingOptions Purpose FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies the purpose of JSON serialization so the level of detail may be dynamically adjusted. Depending on this parameter IJSONWritable implementors may include additional details that are otherwise not needed

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public JSONSerializationPurpose Purpose

Field Value

Type: JSONSerializationPurpose
See Also