Descriptionencoding/xml: remove Marshaler support
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.
Patch Set 1 #Patch Set 2 : code review 5574057: encoding/xml: remove Marshaler support #Patch Set 3 : diff -r c0d32b240d3d https://go.googlecode.com/hg/ #Patch Set 4 : diff -r c0d32b240d3d https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 60013c96035b https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|