Class XesXStreamPersistency


  • public class XesXStreamPersistency
    extends java.lang.Object
    Global static class for registering all XES XStream converters in a convenient method.

    For more information about XStream and its serialization API, please see http://xstream.codehaus.org/.

    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register​(com.thoughtworks.xstream.XStream stream)
      Registers all XES converters for XStream with the provided stream, registers corresponding aliases.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XesXStreamPersistency

        public XesXStreamPersistency()
    • Method Detail

      • register

        public static void register​(com.thoughtworks.xstream.XStream stream)
        Registers all XES converters for XStream with the provided stream, registers corresponding aliases.
        Parameters:
        stream - The XStream instance to register with