Libs11n

Jul 20, 2023

C++ library for easily serializing a wide variety of objects

s11n an abbreviation for serialization is an Open Source project focused on the generic serialization of objects i.e., object persistence in the C++ programming language.

The project’s flagship library, appropriately named libs11n, can easily serialize all manner of PODs Plain Old Data types, most STL containers, and user-defined Serializable types. By taking advantage of relatively new, advanced C++ techniques s11n turns this formerly-difficult task into child’s play. It supports literally hundreds of millions of combinations of standard containers out of the box. libs11n is 100 data-format agnostic, and currently includes support for many formats, including 3 XML flavours. As far as i am aware, this exceeds support provided by any other serialization framework, regardless of the implementation language!



Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler