]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText
authorAndrew Gerrand <adg@golang.org>
Mon, 18 Nov 2013 01:40:00 +0000 (12:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 18 Nov 2013 01:40:00 +0000 (12:40 +1100)
commit0bb20c618934b973497db28e8c0543380da0aa12
treec5d0333fff21279c48918b624f90bf84c82d7481
parent3409e2a2e6653e97c25dc7a26ad53dbedfa4ef04
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText

««« CL 22770044 / 23fc3139589c
encoding/gob: do not use MarshalText, UnmarshalText

This seems to be the best of a long list of bad ways to fix this issue.

Fixes #6760.

R=r
CC=golang-dev
https://golang.org/cl/22770044
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/28110043
doc/go1.2.html
src/pkg/encoding/gob/doc.go
src/pkg/encoding/gob/gobencdec_test.go
src/pkg/encoding/gob/type.go