encoding/gob.wireType.BinaryMarshalerT (field)
6 uses
encoding/gob (current package)
decode.go#L931: case wire.GobEncoderT != nil, wire.BinaryMarshalerT != nil, wire.TextMarshalerT != nil:
decode.go#L983: (ut.externalDec == xBinary) != (ok && wire.BinaryMarshalerT != nil) ||
type.go#L645: BinaryMarshalerT *gobEncoderType
type.go#L665: case w.BinaryMarshalerT != nil:
type.go#L666: return w.BinaryMarshalerT.Name
type.go#L731: info.wire = &wireType{BinaryMarshalerT: 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. |