Download WOX Serializer
Release 1.0
WOX is available for download from SourceForge at the following URL:
http://sourceforge.net/projects/woxserializer/
WOX in Java
The woxSerializerJava package contains the WOX in Java version. The latest release is woxJava_1_0.zip. When you unzip the file you will see 2 directories:
- woxJavaSource. It contains all the source code for the WOX serializer in Java, jdom.jar, and the source files used in the examples (listed below).
- woxJavaBin. It contains the woxSerializer.jar, jdom.jar, and the following source files used in the examples:
- Course class. Used in the Quick look, and some other sections.
- Student class. Used in the Quick look, and some other sections.
- Product class. Used in the Primitives, and Object arrays sections.
- TestArray class. Used in the 1-D Primitive Arrays section.
- TestMultiArray class. Used in the N-D Primitive Arrays section.
- TestListCourses class. Used in the Lists section.
- TestMapCourses class. Used in the Maps section.
- TestReferences class. Used in the References section.
- Computer class. Used in the References section.
WOX in C#
The woxSerializerCSharp package contains the WOX in C# version. The latest release is woxCSharp_1_0.zip. When you unzip the file you will see 2 directories:
- woxCSharpSource. It contains all the source code for the WOX serializer in C#, and the source files used in the examples (listed below).
- woxCSharpBin. It contains the woxSerializer.dll, and the following source files used in the examples:
- Course class. Used in the Quick look, and some other sections.
- Student class. Used in the Quick look, and some other sections.
- Product class. Used in the Primitives, and Object arrays sections.
- TestArray class. Used in the 1-D Primitive Arrays section.
- TestMultiArray class. Used in the N-D Primitive Arrays section.
- TestListCourses class. Used in the Lists section.
- TestMapCourses class. Used in the Maps section.
- TestReferences class. Used in the References section.
- Computer class. Used in the References section.