Class PerspectiveSerializer

  • All Implemented Interfaces:
    ISerializer

    public class PerspectiveSerializer
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object deserialize​(org.w3c.dom.Element element)
      org.w3c.dom.Element serialize​(org.w3c.dom.Document document, java.lang.Object object)
      • Methods inherited from class java.lang.Object

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

      • PerspectiveSerializer

        public PerspectiveSerializer()
    • Method Detail

      • serialize

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

        public java.lang.Object deserialize​(org.w3c.dom.Element element)
        Specified by:
        deserialize in interface ISerializer