Class XStreamSessionIO

java.lang.Object
org.esa.snap.rcp.session.SessionIO
org.esa.snap.rcp.session.XStreamSessionIO

public class XStreamSessionIO extends SessionIO
A Session I/O implementation which uses XStream to marshall and unmarshall Session instances to and from XML.

Clients may override the createXStream() in order to create an appropriate XStream for their session.

Since:
BEAM 4.6
Version:
$Revision$ $Date$
  • Constructor Details

    • XStreamSessionIO

      public XStreamSessionIO()
  • Method Details