enum BinarySerializerFlag
Flags used for controlling BinarySerializer encoding and decoding.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
Shallow |
1 |
Flag to be provided during encoding. |
Compress |
2 |
If set the encoder will use the specialized compression encoding/decoding strategy, suitable for network transmission. |
NoMeta |
4 |
If true, no meta-data will be written. |