You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: