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.
Matthias Fulz c6fd661827 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
decoder.go | ||
encoder.go | ||
endianess.go | ||
marshal.go | ||
unmarshal.go | ||
unsafe_decoder.go | ||
unsafe_encoder.go | ||
unsafe_marshal.go | ||
unsafe_unmarshal.go |
README.md
ssob
Stupid simple object binary gob like serializer intended to be easy to port and fast