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.
Is your feature request related to a problem? Please describe.
swim.xml
is able to construct aswim.structure.Value
from a String serialization. We should also be able to go the other direction, i.e. generate an XML string serialization for aswim.structure.Value
.Describe the solution you'd like Requires implementing an
XmlWriter
like withJsonWriter
andReconWriter
.