easy Serialization library for C++?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • json

    JSON for Modern C++

  • I recommend https://github.com/nlohmann/json . I don't think it gets easier than that:

  • Protobuf

    Protocol Buffers - Google's data interchange format

  • this what I saw at first https://github.com/protocolbuffers/protobuf

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Bitsery

    Your binary serialization library

  • About on par with nlohmann is a binary serialization lib called Bitsery. It's easy to use, and will be a lot more performant than json. The downside is that the serialized data won't be human readable.

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

  • What are some ways I can serialize objects?

    2 projects | /r/cpp_questions | 25 Apr 2023
  • GitHub - realtimetech-solution/opack: Fast object or data serialize and deserialize library

    6 projects | /r/java | 16 Apr 2022
  • Why Java's Records Are Better* Than Lombok's Data and Kotlin's Data Classes

    5 projects | news.ycombinator.com | 7 May 2021
  • Scala 3.0 serialization

    5 projects | /r/scala | 30 Mar 2021
  • Show HN: Jsonpak: JSON that is not bloated for Nim

    1 project | news.ycombinator.com | 24 Apr 2024