type encoding/json.Marshaler
7 uses
encoding/json (current package)
encode.go#L191: type Marshaler interface {
encode.go#L373: marshalerType = reflect.TypeFor[Marshaler]()
encode.go#L436: m, ok := v.Interface().(Marshaler)
encode.go#L459: m := va.Interface().(Marshaler)
stream.go#L278: var _ Marshaler = (*RawMessage)(nil)
github.com/oapi-codegen/runtime
styleparam.go#L230: if m, ok := value.(json.Marshaler); ok {
styleparam.go#L436: if m, ok := value.(json.Marshaler); ok {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |