carb::dictionary::fSerializerOptionIncludeDictionaryName
Defined in carb/dictionary/ISerializer.h
-
constexpr SerializerOptions carb::dictionary::fSerializerOptionIncludeDictionaryName = 1
Flags to affect the behavior of the ISerializer::createStringBufferFromDictionary() function.
Zero or more flags may be combined with the
|
operator. Use0
to specify no flags. Flag to indicate that the generated string should include the name of the root node of the dictionary that is being serialized. If this flag is not used, the name of the root node will be skipped and only the children of the node will be serialized. This is only used when serializing to JSON with thecarb.dictionary.serializer-json.plugin
plugin. This flag will be ignored otherwise.