Versions in this module Expand all Collapse all v0 v0.0.1 Mar 6, 2025 Changes in this version + type Marshalizer interface + IsInterfaceNil func() bool + Marshal func(data interface{}) ([]byte, error) + Unmarshal func(data interface{}, dataBytes []byte) error + func CreateMarshalizer(kind MarshalizerKind) Marshalizer + type MarshalizerKind uint32 + const Gob + const JSON + func ParseKind(str string) MarshalizerKind