Versions in this module Expand all Collapse all v0 v0.2.1 Sep 22, 2023 Changes in this version + type Bytes interface + type BytesDeserializer interface + type BytesSerializer interface + type Deserializer interface + Deserialize func(dst Dst) (Src, error) + type DeserializerFunc func(dst Dst) (Src, error) + func (fn DeserializerFunc[Src, Dst]) Deserialize(dst Dst) (Src, error) + type Fused struct + type Serde interface + type Serializer interface + Serialize func(src Src) (Dst, error) + type SerializerFunc func(src Src) (Dst, error) + func (fn SerializerFunc[Src, Dst]) Serialize(src Src) (Dst, error)