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.
Go to file
Matthias Fulz 39ca0f2303 Initial implementation 2019-10-04 12:28:45 +02:00
.gitignore Initial implementation 2019-10-04 12:28:45 +02:00
LICENSE Initial implementation 2019-10-04 12:28:45 +02:00
README.md Initial implementation 2019-10-04 12:28:45 +02:00
decoder.go Initial implementation 2019-10-04 12:28:45 +02:00
encoder.go Initial implementation 2019-10-04 12:28:45 +02:00
marshal.go Initial implementation 2019-10-04 12:28:45 +02:00
unmarshal.go Initial implementation 2019-10-04 12:28:45 +02:00

README.md

ssob

Stupid simple object binary gob like serializer intended to be easy to port and fast