The Daily Go
Gobs of data
To transmit a data structure across a network or to store it in a file, it must be encoded and then decoded again. There are many encodings available, of course: JSON, XML, Google's protocol buffers, and more. And now there's another, provided by Go's gob package.
https://blog.golang.org/gobs-of-data
#Blog #GOB
Gobs of data
To transmit a data structure across a network or to store it in a file, it must be encoded and then decoded again. There are many encodings available, of course: JSON, XML, Google's protocol buffers, and more. And now there's another, provided by Go's gob package.
https://blog.golang.org/gobs-of-data
#Blog #GOB