Enum JSONSerializationPurpose
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: Azos.Serialization.JSON
Assembly: Azos.dll
Syntax
public enum JSONSerializationPurpose
Fields
Name | Description |
---|---|
Marshalling | Include as much data as possible for remote object reconstruction |
UIFeed | UI Interface feeding - include only the data needed to show to the user |
Unspecified |