jbitor / issues

GitHub Issues for jbitor.
https://github.com/jbitor/issues/issues
0 stars 0 forks source link

Don't use Bencoding unnecessarily #9

Open banksJeremy opened 10 years ago

banksJeremy commented 10 years ago

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.