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
9c17eb866b
improvement of Decode |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
allocator.go | ||
decoder.go | ||
encoder.go | ||
endianess.go | ||
error.go | ||
go.mod | ||
go.sum | ||
marshal.go | ||
types.go | ||
unmarshal.go |
README.md
ssob
Stupid simple object binary gob like serializer intended to be easy to port and fast