Glossary coding Term Page
Serialization
Turning in-memory data into a string or file so it can be stored or transmitted
Core Idea
Serialization is Turning in-memory data into a string or file so it can be stored or transmitted. It usually makes the most sense alongside pathlib.Path, JSON Lines.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.