org.flexdock.perspective.persist.xml
Class PerspectiveSerializer
java.lang.Object
org.flexdock.perspective.persist.xml.PerspectiveSerializer
- All Implemented Interfaces:
- ISerializer
public class PerspectiveSerializer
- extends Object
- implements ISerializer
Created on 2005-06-03
- Version:
- $Id: PerspectiveSerializer.java,v 1.9 2006-12-20 20:55:21 kschaefe Exp $
- Author:
- Mateusz Szczap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerspectiveSerializer
public PerspectiveSerializer()
serialize
public Element serialize(Document document,
Object object)
-
- Specified by:
serialize
in interface ISerializer
deserialize
public Object deserialize(Element element)
-
- Specified by:
deserialize
in interface ISerializer