org.flexdock.perspective.persist.xml
Class PointSerializer

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

public class PointSerializer
extends Object
implements ISerializer

Created on 2005-06-03

Version:
$Id: PointSerializer.java,v 1.8 2005-07-06 18:10:47 winnetou25 Exp $
Author:
Mateusz Szczap

Constructor Summary
PointSerializer()
           
 
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

PointSerializer

public PointSerializer()
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