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 (d *Object) Marshal(buf []byte) ([]byte, error) + func (d *Object) Size() (s uint64) + func (d *Object) Unmarshal(buf []byte) (uint64, error)