intarsys runtime library

de.intarsys.tools.dom
Interface IElementSerializable


public interface IElementSerializable

An object that supports serialization to an Element instance.


Method Summary
 void serialize(Element element)
          Serialize the state in element.
 

Method Detail

serialize

void serialize(Element element)
               throws ElementSerializationException
Serialize the state in element. element represents the receiver immediately, it contains the state information directly, not as a child element. This means most of the time you have to change the element name itself and add child elements.

Parameters:
element -
Throws:
ElementSerializationException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.