encoding.TextMarshaler.MarshalText (method)

5 uses

	encoding (current package)
		encoding.go#L43: 	MarshalText() (text []byte, err error)

	encoding/json
		encode.go#L482: 	b, err := m.MarshalText()
		encode.go#L496: 	b, err := m.MarshalText()
		encode.go#L955: 		buf, err := tm.MarshalText()

	github.com/oapi-codegen/runtime
		styleparam.go#L80: 			b, err := tu.MarshalText()