-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
SerializerAdd support for a new SerializerAdd support for a new SerializerenhancementNew feature or requestNew feature or request
Milestone
Description
Xml is easily supported in scala since it's build in the language. This format should be an simple one to write.
This issue's PR should include three new separated projects :
restruct-xml-readerrestruct-xml-writerrestruct-xml
The first project should contains the complete algebra implementation allowing to read Scala instance from XML.
The second should contains the equivalent but to write a Scala instance to XML.
The last should be a combination of the last two and allow for read / write behavior.
Each project should contains complete Unit Tests for the newly build formats.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SerializerAdd support for a new SerializerAdd support for a new SerializerenhancementNew feature or requestNew feature or request