easy Serialization library ?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. ttauri

    Discontinued Modern accelerated GUI [Moved to: https://github.com/hikogui/hikogui]

    I have another format for you, although probably no one but me has implemented it yet. https://github.com/ttauri-project/ttauri/blob/main/docs/BON8.md

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. Protobuf

    Protocol Buffers - Google's data interchange format

  4. cpp-serializers

    Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++

    The optimizer can make boost::serialization run at the top speed with binary encoding while sacrificing portability. Here is a benchmark with it being twice as fast as ProtoBuf: https://github.com/thekvs/cpp-serializers. Do you have any benchmarks showing otherwise? I did my own tests about 2-3 years ago.

  5. json

    JSON for Modern C++

    You could use nlohmann/json for this which allows a simple mechanism to serialize/deserialize arbitrary types. If JSON is too verbose of a format, the library also supports binary formats such as CBOR, MessagePack, UBJSON or BSON.

  6. serializer

    A single header standard C++ serialization framework. (by eyalz800)

  7. json_test_data

    Test data for nlohmann/json

    They are in this repo: https://github.com/nlohmann/json_test_data

  8. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The state of Java Object Serialization libraries in Q2 2023

    5 projects | /r/java | 7 Apr 2023
  • Why is json logging the “standard”?

    2 projects | /r/golang | 10 Mar 2023
  • How can we umarshal a Big JSON effectively?

    4 projects | /r/golang | 16 Nov 2022
  • C++ serialize and deserialize adaptor library like rust serde.rs

    1 project | news.ycombinator.com | 31 Aug 2022
  • DAW JSON Link v3, a JSON serialization/deserialization library, is released

    10 projects | /r/cpp | 1 Jul 2022

Did you know that C++ is
the 7th most popular programming language
based on number of references?