ssob
Stupid simple object binary gob like serializer intended to be easy to port and fast
Description
golang serializing interface.
User interface is done in the same way like gob.
The serialization is a simple binary format (bigendian) to be used easy and portable for rpc.
Languages
Go
100%