# Functions
GobDecode accepts a series of bytes and returns the store.
GobDecodeEntry accepts a series of bytes and returns the entry.
GobEncode accepts a store and writes as series of bytes to the "w" writer.
GobEncodeEntry accepts an entry and writes as series of bytes to the "w" writer.
GobSerialize same as GobEncode but it returns the bytes using a temp buffer.
GobSerializeEntry same as GobEncodeEntry but it returns the bytes using a temp buffer.
# Type aliases
No description provided by the author