Enum BSONSerializationFlags
Specifies the purpose of BSON serialization so the level of detail may be dynamically adjusted. Depending on this parameter IBSONWritable implementors may include additional details that are otherwise not needed
Namespace: Azos.Serialization.BSON
Assembly: Azos.dll
Syntax
[Flags]
public enum BSONSerializationFlags
Fields
Name | Description |
---|---|
KeepNull | Include as much data as possible for remote object reconstruction |
UIOnly | UI Only - minimum date only needed for ui |
Unspecified |