org.flexdock.perspective.persist.xml
Class LayoutSerializer

java.lang.Object
  extended by org.flexdock.perspective.persist.xml.LayoutSerializer
All Implemented Interfaces:
ISerializer

public class LayoutSerializer
extends Object
implements ISerializer

Created on 2005-06-03

Version:
$Id: LayoutSerializer.java,v 1.11 2005/07/06 18:10:48 winnetou25 Exp $
Author:
Mateusz Szczap

Constructor Summary
LayoutSerializer()
           
 
Method Summary
 Object deserialize(Element element)
           
 Element serialize(Document document, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSerializer

public LayoutSerializer()
Method Detail

serialize

public Element serialize(Document document,
                         Object object)
Specified by:
serialize in interface ISerializer
See Also:
ISerializer.serialize(org.w3c.dom.Document, java.lang.Object)

deserialize

public Object deserialize(Element element)
Specified by:
deserialize in interface ISerializer