Our bencoding library is not as capable as the standard Go encoding libraries, so it would probably be nicer if we used something else for serializing our client state.
I think that gob can give us practically automagic serialization of everything. If this is true, let's do that instead of our current verbose construction of Bencodable values.
Our bencoding library is not as capable as the standard Go encoding libraries, so it would probably be nicer if we used something else for serializing our client state.
I think that gob can give us practically automagic serialization of everything. If this is true, let's do that instead of our current verbose construction of Bencodable values.