Versions in this module Expand all Collapse all v0 v0.5.2 Apr 21, 2015 Changes in this version + type EncoderXML struct + AcceptHeader string + ContentTypeHeader string + Indented bool + MaxBodySize int64 + func NewEncoderXML() *EncoderXML + func (e *EncoderXML) Accept() string + func (e *EncoderXML) ContentType() string + func (e *EncoderXML) Decode(reader io.Reader, v interface{}) error + func (e *EncoderXML) Encode(writer io.Writer, v interface{}) error