1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg/gob
Rob Pike 8a9e395f5f one more piece of testing: 2nd send should not send type info.
R=rsc
DELTA=25  (25 added, 0 deleted, 0 changed)
OCL=31460
CL=31460
2009-07-10 13:50:44 -07:00
..
codec_test.go store ids rather than Types in the structs so they can be encoded. 2009-07-09 14:33:43 -07:00
decode.go store ids rather than Types in the structs so they can be encoded. 2009-07-09 14:33:43 -07:00
encode.go store ids rather than Types in the structs so they can be encoded. 2009-07-09 14:33:43 -07:00
encoder_test.go one more piece of testing: 2nd send should not send type info. 2009-07-10 13:50:44 -07:00
encoder.go a better encoder test, with a couple of fixes for bugs it uncovered. 2009-07-10 13:44:37 -07:00
Makefile store ids rather than Types in the structs so they can be encoded. 2009-07-09 14:33:43 -07:00
type_test.go store ids rather than Types in the structs so they can be encoded. 2009-07-09 14:33:43 -07:00
type.go a better encoder test, with a couple of fixes for bugs it uncovered. 2009-07-10 13:44:37 -07:00