SerializationOptions

Members

Functions

canCircularDetect
bool canCircularDetect()
Undocumented in source. Be warned that the author may not have intended to support it.
canCircularDetect
SerializationOptions canCircularDetect(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
canThrow
bool canThrow()
Undocumented in source. Be warned that the author may not have intended to support it.
canThrow
SerializationOptions canThrow(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
depth
int depth()
Undocumented in source. Be warned that the author may not have intended to support it.
depth
SerializationOptions depth(int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
ignoreNull
bool ignoreNull()
Undocumented in source. Be warned that the author may not have intended to support it.
ignoreNull
SerializationOptions ignoreNull(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
includeMeta
bool includeMeta()
Undocumented in source. Be warned that the author may not have intended to support it.
includeMeta
SerializationOptions includeMeta(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
onlyPublic
bool onlyPublic()
Undocumented in source. Be warned that the author may not have intended to support it.
onlyPublic
SerializationOptions onlyPublic(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
traverseBase
bool traverseBase()
Undocumented in source. Be warned that the author may not have intended to support it.
traverseBase
SerializationOptions traverseBase(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Default
enum Default;
Undocumented in source.
Full
enum Full;
Undocumented in source.
Lite
enum Lite;
Undocumented in source.
Normal
enum Normal;
Undocumented in source.
OnlyPublicLite
enum OnlyPublicLite;
Undocumented in source.
OnlyPublicWithNull
enum OnlyPublicWithNull;
Undocumented in source.

Meta