trailblazer / representable

Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
http://trailblazer.to/2.1/docs/representable.html
MIT License
689 stars 108 forks source link

Add to_xml encoding option #227

Closed kraflab closed 6 years ago

kraflab commented 6 years ago

Adds option to set the encoding of the xml doc created by to_xml.

Addresses https://github.com/trailblazer/representable/issues/226

kraflab commented 6 years ago

@apotonick since it's been quite a while, should I close this, or are you still planning on making use of it? :smile: