encoding/gob.wireType.GobEncoderT (field)
6 uses
encoding/gob (current package)
decode.go#L931: case wire.GobEncoderT != nil, wire.BinaryMarshalerT != nil, wire.TextMarshalerT != nil:
decode.go#L982: if (ut.externalDec == xGob) != (ok && wire.GobEncoderT != nil) ||
type.go#L644: GobEncoderT *gobEncoderType
type.go#L663: case w.GobEncoderT != nil:
type.go#L664: return w.GobEncoderT.Name
type.go#L729: info.wire = &wireType{GobEncoderT: gt}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |