What (types of) programming languages do serialization best?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • serde

    Serialization framework for Rust

    not sure if this is “best” but rust’s serde does a great job separating the serialization format (json, xml, …) from the serialization code specific to the data type.

  • swf-parser

    Rust and Typescript parsers for SWF

    Thanks for clarifying. I am not familiar enough with the bitcoin protocol, but I wrote an SWF parser in TS and Rust and the issue seems similar to the bitcoin protocol: there's some header at the start and it controls how to deserialize the rest of the entry.

  • 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.

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