Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2020 Changes in this version + type Object struct + A uint32 + B uint64 + C float32 + D float64 + E string + F bool + G []byte + H [][]byte + func (o *Object) Marshal(buf []byte) ([]byte, error) + func (o *Object) Unmarshal(data []byte) (uint64, error)