Versions in this module Expand all Collapse all v9 v9.1.0 Jan 23, 2022 v9.0.0 Jan 21, 2022 Changes in this version + func Marshal(i interface{}) ([]byte, error) + func MarshalToBuffer(i interface{}) ([]byte, error) + func Unmarshal(b []byte, i interface{}) error + func UnmarshalFromReader(r io.Reader, i interface{}) error + type Marshaler interface + MarshalJSON func() ([]byte, error) + type Unmarshaler interface + UnmarshalJSON func([]byte) error Other modules containing this package github.com/gsmcwhirter/go-util/v10 github.com/gsmcwhirter/go-util/v11 github.com/gsmcwhirter/go-util/v12 github.com/gsmcwhirter/go-util/v8