Versions in this module Expand all Collapse all v1 v1.2.2 Feb 10, 2022 Changes in this version + type FormatMetadata struct + func NewFormatMetadataFromTypeReflection(reflection reflect.Type) (format FormatMetadata, e error) + func (m FormatMetadata) LengthInBytes() int + func (m FormatMetadata) Marshal(reflection reflect.Value) (bytes []byte) + func (m FormatMetadata) Unmarshal(bytes []byte, reflection reflect.Value)