swim
swim copied to clipboard
Add encoding logic to swim.xml
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
.