|
MIRA
|
Functions | |
| uint8 | binaryToJSON (const Buffer< uint8 > &data, bool containsTypename, const TypeMeta &type, const MetaTypeDatabase &metadb, JSONValue &oObject) |
| void | JSONToBinary (const JSONValue &iObject, const TypeMeta &type, const MetaTypeDatabase &metadb, Buffer< uint8 > &oData, bool includeTypename, int defaultVersion=-1) |
| void | JSONToBinaryV1 (const JSONValue &iObject, const TypeMeta &type, const MetaTypeDatabase &metadb, Buffer< uint8 > &oData, bool includeTypename, int defaultVersion=-1) |
| uint8 mira::BinaryJSONConverter::binaryToJSON | ( | const Buffer< uint8 > & | data, |
| bool | containsTypename, | ||
| const TypeMeta & | type, | ||
| const MetaTypeDatabase & | metadb, | ||
| JSONValue & | oObject | ||
| ) |
| void mira::BinaryJSONConverter::JSONToBinary | ( | const JSONValue & | iObject, |
| const TypeMeta & | type, | ||
| const MetaTypeDatabase & | metadb, | ||
| Buffer< uint8 > & | oData, | ||
| bool | includeTypename, | ||
| int | defaultVersion = -1 |
||
| ) |
| void mira::BinaryJSONConverter::JSONToBinaryV1 | ( | const JSONValue & | iObject, |
| const TypeMeta & | type, | ||
| const MetaTypeDatabase & | metadb, | ||
| Buffer< uint8 > & | oData, | ||
| bool | includeTypename, | ||
| int | defaultVersion = -1 |
||
| ) |
1.8.14