Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
serializerReceives the constructed object.
enablekTRUE to enable.
Returns
Operation status.