[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.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Unspecified | 0 | ||
UIFeed | 1 | UI Interface feeding - include only the data needed to show to the user | |
Marshalling | 2 | Include as much data as possible for remote object reconstruction |
See Also