encoding/gob.typeInfo.wire (field)
9 uses
encoding/gob (current package)
encoder.go#L106: enc.encode(state.b, reflect.ValueOf(info.wire), wireTypeUserInfo)
type.go#L677: wire *wireType
type.go#L729: info.wire = &wireType{GobEncoderT: gt}
type.go#L731: info.wire = &wireType{BinaryMarshalerT: gt}
type.go#L733: info.wire = &wireType{TextMarshalerT: gt}
type.go#L740: info.wire = &wireType{ArrayT: t.(*arrayType)}
type.go#L742: info.wire = &wireType{MapT: t.(*mapType)}
type.go#L746: info.wire = &wireType{SliceT: t.(*sliceType)}
type.go#L749: info.wire = &wireType{StructT: t.(*structType)}
![]() |
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. |