Versions in this module Expand all Collapse all v0 v0.0.4 Dec 19, 2024 v0.0.3 Dec 21, 2022 v0.0.2 Nov 19, 2022 Changes in this version + var ErrEncoding = errors.New("encoding error") + type Encoder struct + func (e Encoder) Encode(a any) ([]byte, error) + func (e Encoder) EncodeExtended(obj meta.Object) ([]byte, error) + func (e Encoder) Extensions() []string