← All articles

#serialization

1 article

Serialization and How Data Travels Between Systems

Your server has objects in memory. The network only understands bytes. Serialization bridges the gap. Here's how it works and why JSON won.

· 4 min read
backend serialization json