Package org.deckfour.xes.xstream
Class XConverter
- java.lang.Object
-
- org.deckfour.xes.xstream.XConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
- Direct Known Subclasses:
XAttributeConverter,XAttributeMapConverter,XEventConverter,XExtensionConverter,XLogConverter,XTraceConverter
public abstract class XConverter extends java.lang.Object implements com.thoughtworks.xstream.converters.ConverterExtends the converter interface of XStream with a method for registering aliases.For more information about XStream and its serialization API, please see http://xstream.codehaus.org/.
- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Constructor Summary
Constructors Constructor Description XConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAliases(com.thoughtworks.xstream.XStream stream)Registers XStream aliases
-