Class DetachedEntityMarshaller

java.lang.Object
ch.tocco.nice2.persist.history.impl.xml.AbstractMarshaller<DetachedEntity>
ch.tocco.nice2.persist.history.impl.v2.DetachedEntityMarshaller
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class DetachedEntityMarshaller extends AbstractMarshaller<DetachedEntity>
Xstream Converter that serializes a DetachedEntity instance to XML. This matches the 'old' format that was created by the old history implementation so that old data can still be compared.
  • Constructor Details

    • DetachedEntityMarshaller

      protected DetachedEntityMarshaller()
  • Method Details