From bytes to structs and back

Meetup
Place: Online
Date: January 11, 2023

All network and disk I/O requires converting from []byte to some structs and back to []byte. We took a deep dive into different ways of writing encoding and decoding. We’ll start by looking at the standard library and then implement a bunch of alternative ways of marshaling your data.

Github