Simox
2.3.74.0
|
deserialization of CBOR, MessagePack, and UBJSON values More...
Public Member Functions | |
binary_reader (input_adapter_t adapter) | |
create a binary reader More... | |
bool | sax_parse (const input_format_t format, json_sax_t *sax_, const bool strict=true) |
Static Public Member Functions | |
static constexpr bool | little_endianess (int num=1) noexcept |
determine system byte order More... | |
deserialization of CBOR, MessagePack, and UBJSON values
|
inlineexplicit |
create a binary reader
[in] | adapter | input adapter to read from |
|
inlinestaticnoexcept |
determine system byte order
|
inline |
[in] | format | the binary format to parse |
[in] | sax_ | a SAX event processor |
[in] | strict | whether to expect the input to be consumed completed |