• Rob Pike's avatar
    gob: beginning of support for GobEncoder/GobDecoder interfaces. · c91daefb
    Rob Pike authored
    This allows a data item that can marshal itself to be transmitted by its
    own encoding, enabling some types to be handled that cannot be
    normally, plus providing a way to use gobs on data with unexported
    fields.
    
    In this CL, the necessary methods are protected by leading _, so only
    package gob can use the facilities (in its tests, of course); this
    code is not ready for real use yet.  I could be talked into enabling
    it for experimentation, though.  The main drawback is that the
    methods must be implemented by the actual type passed through,
    not by an indirection from it.  For instance, if *T implements
    GobEncoder, you must send a *T, not a T.  This will be addressed
    in due course.
    
    Also there is improved commentary and a couple of unrelated
    minor bug fixes.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4243056
    c91daefb
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...