|
Zen API
|
| kStatus kDat6Serializer_EnableDictionary | ( | kDat6Serializer | serializer, |
| kBool | enable | ||
| ) |
Enables or disables the use of a type dictionary in the serializer implementation.
By default, kDat6Serializer uses a type dictionary for better performance. However, the use of a type dictionary requires linear/sequential deserialization. To suppport random-access deserialization, the type dicationary feature must be disabled when serializing data.
| serializer | Receives the constructed object. |
| enable | kTRUE to enable. |