MessagePack
A compact binary serialization format for exchanging structured data efficiently between applications and services.
Explore more about Data Exchange
Related terms
JavaScript Object Notation (JSON) is a lightweight, text-based data interchange format for representing structured data using key-value pairs and arrays. It is widely used for exchanging data between applications, APIs, AI systems, and web services.
Protocol BuffersProtobufA language- and platform-neutral mechanism developed by Google for serializing structured data.
BSONBSONA binary serialization format for JSON-like documents that supports efficient storage, transmission, and additional data types.
Data SerializationThe process of converting data structures or objects into a structured format for storage, transmission, or exchange between systems.