JSONSerializationPurpose EnumerationNFX 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

public enum JSONSerializationPurpose
Members

  Member nameValueDescription
Unspecified0
UIFeed1 UI Interface feeding - include only the data needed to show to the user
Marshalling2 Include as much data as possible for remote object reconstruction
See Also