Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Serialization

A common task in programming is to convert data from the in-memory representation to a format that can be stored or transmitted. This process is called serialization. The reverse process is called deserialization. This chapter will cover the basics of serialization and deserialization in Rust.