Hello all,
I just pushed a new version of beehive with breaking changes in the dictionary API.
Dictionary values are now generic interface{}'s instead of []byte's:
With that change, you don't need to deserialize/serialize your data for each call to the dictionaries and there is no need to use PutGob or GetGob.
Please let me know if you encounter a bug with this new change. Appologies for the inconvenience.
Thanks,
Soheil