Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + const DefaultTagName + const SliceLenTagName + const TagValue + func New(typer TypeCodec, tagNames []string, maxSliceLen uint32) codec.Codec + type FieldDesc struct + Index int + MaxSliceLen uint32 + type StructFielder interface + GetSerializedFields func(t reflect.Type) ([]FieldDesc, error) + func NewStructFielder(tagNames []string, maxSliceLen uint32) StructFielder + type TypeCodec interface + PackPrefix func(*wrappers.Packer, reflect.Type) error + UnpackPrefix func(*wrappers.Packer, reflect.Type) (reflect.Value, error) v1.0.0-alpha Nov 22, 2022