JSON BinPack
0.0.1
A space-efficient open-source binary JSON serialization format based on JSON Schema with both schema-driven and schema-less support.
Loading...
Searching...
No Matches
Public Types
|
Public Member Functions
|
List of all members
sourcemeta::jsonbinpack::OutputStream Class Reference
Runtime
Inheritance diagram for sourcemeta::jsonbinpack::OutputStream:
Public Types
using
Stream
= std::basic_ostream< sourcemeta::core::JSON::Char, sourcemeta::core::JSON::CharTraits >
Public Member Functions
OutputStream
(Stream &output)
auto
put_varint
(const std::uint64_t value) -> void
auto
put_varint_zigzag
(const std::int64_t value) -> void
auto
put_string_utf8
(const sourcemeta::core::JSON::String &string, const std::uint64_t length) -> void
sourcemeta
jsonbinpack
OutputStream
Generated by
1.9.8