1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg/gob
Rob Pike 369c48cafb gob: don't send type information about unexported fields.
A change a while back stop sending data for unexported fields
but due to an oversight the type info was being sent also. It's
inconsequential but wrong to do that.

R=rsc, rh
CC=golang-dev
https://golang.org/cl/4252058
2011-03-05 16:05:35 -08:00
..
codec_test.go gob: beginning of support for GobEncoder/GobDecoder interfaces. 2011-03-04 12:25:18 -08:00
debug.go gob: beginning of support for GobEncoder/GobDecoder interfaces. 2011-03-04 12:25:18 -08:00
decode.go gob: don't send type information about unexported fields. 2011-03-05 16:05:35 -08:00
decoder.go gob: beginning of support for GobEncoder/GobDecoder interfaces. 2011-03-04 12:25:18 -08:00
doc.go gob: fix the grammar comments to match the encoder 2011-01-21 16:10:39 -08:00
dump.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
encode.go gob: don't send type information about unexported fields. 2011-03-05 16:05:35 -08:00
encoder_test.go gob: make recursive map and slice types work. 2011-02-25 09:45:06 -08:00
encoder.go gob: beginning of support for GobEncoder/GobDecoder interfaces. 2011-03-04 12:25:18 -08:00
error.go gobs: error cleanup part 1. 2010-10-22 15:16:34 -07:00
gobencdec_test.go gob: enable the GobEncoder and GobDecoder interfaces. 2011-03-04 14:18:52 -08:00
Makefile gobs: error cleanup part 1. 2010-10-22 15:16:34 -07:00
type_test.go gob: don't send type information about unexported fields. 2011-03-05 16:05:35 -08:00
type.go gob: don't send type information about unexported fields. 2011-03-05 16:05:35 -08:00