• Gustavo Niemeyer's avatar
    encoding/xml: remove Marshaler support · 66599c40
    Gustavo Niemeyer authored
    Marshaler has a number of open areas that need
    further thought (e.g. it doesn't handle attributes,
    it's supposed to handle tag names internally but has
    no information to do so, etc).
    
    We're removing it now and will bring it back with an
    interface that covers these aspects, after Go 1.
    
    Related to issue 2771, but doesn't fix it.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/5574057
    66599c40
Name
Last commit
Last update
..
Makefile Loading commit data...
atom_test.go Loading commit data...
marshal.go Loading commit data...
marshal_test.go Loading commit data...
read.go Loading commit data...
read_test.go Loading commit data...
typeinfo.go Loading commit data...
xml.go Loading commit data...
xml_test.go Loading commit data...