XML and JSON encoding are widely used for data exchange between servers, and servers and clients. The problem is, while XML and JSON is both popular and mostly human readable, that comes at the cost of data size.
In the next set of videos, we will be looking at binary encoding our data for exchange and see how that compares to the popular XML and JSON.
This is part 1 of binary encoding and we will using the standard Go package 'encoding/gob'.
Source code: https://github.com/striversity/go-on-...
Twitter: @Striversity
Instagram: @Striversity