swimos / swim

Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
https://www.swimos.org
Apache License 2.0
477 stars 41 forks source link

Add encoding logic to swim.xml #154

Open brohitbrose opened 7 months ago

brohitbrose commented 7 months ago

Is your feature request related to a problem? Please describe. swim.xml is able to construct a swim.structure.Value from a String serialization. We should also be able to go the other direction, i.e. generate an XML string serialization for a swim.structure.Value.

Describe the solution you'd like Requires implementing an XmlWriter like with JsonWriter and ReconWriter.