WPILibC++
unspecified
|
serialization to CBOR and MessagePack values More...
Public Member Functions | |
binary_writer (llvm::raw_ostream &s) | |
create a binary writer More... | |
void | write_cbor (const json &j) |
[in] j JSON value to serialize | |
void | write_msgpack (const json &j) |
[in] j JSON value to serialize | |
Static Public Member Functions | |
static bool | little_endianess () noexcept |
determine system byte order More... | |
serialization to CBOR and MessagePack values
|
inlineexplicit |
create a binary writer
[in] | adapter | output adapter to write to |
|
inlinestaticnoexcept |
determine system byte order