XML Data Objects Serialization
Zodiac.NET will help web developers to manually serialize and deserialize the XML representation of the surveys and responses. This can be achieved using the included built-in XML Data Objects Serializers for the surveys and responses.
The serializers will help the developers to convert the XML definition of the surveys to typed data objects that can be easily used in their code. This will save the time to manually do the serialization of the XML files and definitions when you want to make use of the engine data objects in your application layer.
Zodiac.NET will include two main repository classes: Survey XML Serializer and Survey Response XML Serializer.