Package wox.serial

Interface Summary
ObjectReader The ObjectReader interface must be implemented by object readers (de-serializers).
ObjectWriter The ObjectWriter interface must be implemented by object writers (serializers).
Serial The Serial interface defines the constants used in the XML representation of objects.
 

Class Summary
Easy The Easy class is used to serialize/de-serialize objects to/from XML.
EncodeBase64 The EncodeBase64 class provides methods to encode and decode byte arrays to and from base64 encoding.
SimpleReader This is a simple XML to object de-serializer.
SimpleWriter This is a simple object to XML serializer.
TypeMapping The TypeMapping class provides the type mappings from Java to WOX and viceversa.
Util The Util class provides static methods that are used by SimpleReader and SimpleWriter.
XMLUtil The XMLUtil class provides static methods that are used by SimpleReader and SimpleWriter.