encoding.TextMarshaler.MarshalText (method)
6 uses
encoding (current package)
encoding.go#L37: MarshalText() (text []byte, err error)
encoding/gob
encode.go#L482: data, err = v.Interface().(encoding.TextMarshaler).MarshalText()
encoding/json
encode.go#L516: b, err := m.MarshalText()
encode.go#L530: b, err := m.MarshalText()
encode.go#L1013: buf, err := tm.MarshalText()
src.elv.sh/pkg/persistent/hashmap
hashmap.go#L156: b2, err := t.MarshalText()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)