org.axonframework.gae.serializer
Class GaeXStream

java.lang.Object
  extended by com.thoughtworks.xstream.XStream
      extended by org.axonframework.gae.serializer.GaeXStream

public class GaeXStream
extends com.thoughtworks.xstream.XStream

Author:
Jettro Coenradie

Nested Class Summary
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.XStream
com.thoughtworks.xstream.XStream.InitializationException
 
Field Summary
 
Fields inherited from class com.thoughtworks.xstream.XStream
ID_REFERENCES, NO_REFERENCES, PRIORITY_LOW, PRIORITY_NORMAL, PRIORITY_VERY_HIGH, PRIORITY_VERY_LOW, SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES, SINGLE_NODE_XPATH_RELATIVE_REFERENCES, XPATH_ABSOLUTE_REFERENCES, XPATH_RELATIVE_REFERENCES
 
Constructor Summary
GaeXStream()
           
GaeXStream(com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider pureJavaReflectionProvider, com.thoughtworks.xstream.io.xml.XppDriver xppDriver, com.thoughtworks.xstream.core.util.ClassLoaderReference classLoaderReference)
           
 
Method Summary
protected  void setupConverters()
           
 
Methods inherited from class com.thoughtworks.xstream.XStream
addDefaultImplementation, addImmutableType, addImplicitArray, addImplicitArray, addImplicitArray, addImplicitCollection, addImplicitCollection, addImplicitCollection, addImplicitMap, addImplicitMap, alias, alias, aliasAttribute, aliasAttribute, aliasField, aliasPackage, aliasSystemAttribute, aliasType, autodetectAnnotations, createObjectInputStream, createObjectInputStream, createObjectInputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, getClassLoader, getClassLoaderReference, getConverterLookup, getMapper, getReflectionProvider, ignoreUnknownElements, ignoreUnknownElements, marshal, marshal, newDataHolder, omitField, processAnnotations, processAnnotations, registerConverter, registerConverter, registerConverter, registerConverter, registerLocalConverter, registerLocalConverter, setClassLoader, setMarshallingStrategy, setMode, setupAliases, setupDefaultImplementations, setupImmutableTypes, toXML, toXML, toXML, unmarshal, unmarshal, unmarshal, useAttributeFor, useAttributeFor, useAttributeFor, useXStream11XmlFriendlyMapper, wrapMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaeXStream

public GaeXStream()

GaeXStream

public GaeXStream(com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider pureJavaReflectionProvider,
                  com.thoughtworks.xstream.io.xml.XppDriver xppDriver,
                  com.thoughtworks.xstream.core.util.ClassLoaderReference classLoaderReference)
Method Detail

setupConverters

protected void setupConverters()
Overrides:
setupConverters in class com.thoughtworks.xstream.XStream


Copyright © 2010-2016. All Rights Reserved.