Practical Serialization In Go: Why serialization?

Опубликовано: 15 Октябрь 2024
на канале: Ardan Labs
2,951
47

Why do we need serialization?

Serialization is the process of taking a structure or data type from the language you're working in and converting it to a series of bytes (Marshalling). When we want to transmit integers from one place to another we must serialize our data to be read by the machine. Let's take a closer look.

--

Access our online courses → https://www.ardanlabs.com/education

Attend a live training → https://www.ardanlabs.com/live-traini...

Other Links:
Website: https://www.ardanlabs.com/
Github: https://github.com/ardanlabs
Twitter:   / ardanlabs