Registry / serialization / bitserializer

bitserializer

JSON →
library0.85vcpkgunverified

Multi-format serialization library supporting JSON, XML, YAML, CSV, and MsgPack.

vcpkg install bitserializer
INSTALL
IMPORT
SIG · BITSERIALIZER
B
bitserializer
serializationcppv0.85
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bitserializer/bitserializer.h
✓ #include <bitserializer/bitserializer.h>

Serialize a simple JSON object.

#include <bitserializer/bitserializer.h> #include <bitserializer/json.h> #include <iostream> int main() { using namespace BitSerializer; JsonDocument doc; doc["name"] = "example"; doc["value"] = 42; std::string json = doc.Serialize(); std::cout << json << std::endl; return 0; }
Debug
Known issues
gotchaDifferent archive formats require separate headers and may have different dependencies.
fix
Include the specific format header (e.g., bitserializer/json.h) and link the corresponding library component.
affects: all
Upgrade
Version history
0.85latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

bitserializer — pip install bitserializer · libregistry