Conceptual
Login

Serialization

Converting in-memory data structures into a byte sequence that can cross a network or be stored, and back again. Text formats (JSON) trade size and speed for readability; binary schema-based formats (Protocol Buffers) trade readability for compactness and enforced structure.