Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type DeserializableIfc interface + Deserialize func(data *string) error + type SerializableIfc interface + Serialize func() (*string, error) + type Serializer struct + func NewSerializer(transcoder xc.TranscoderIfc) *Serializer + func (r Serializer) Deserialize(data *string) (*string, error) + func (r Serializer) Serialize(data *string, typeName string) (*string, error) + type SerializerIfc interface + Deserialize func(data *string) (*string, error) + Serialize func(data *string, typeName string) (*string, error)