| com.nabhinc.core.XMLSerializable
XMLSerializable | public interface XMLSerializable (Code) | | Represents objects that can be initialized via an XML element.
author: Padmanabh Dabke author: (c) 2001 Nabh Information Systems, Inc. All Rights Reserved. |
serialize | void serialize(String indent, String delta, Writer out) throws IOException(Code) | | Initialize this object from an XML Element.
Creation date: (10/9/2001 12:34:47 PM)
Parameters: config - XML element specifying initialization properties exception: java.lang.Exception - Implementation specific exception |
|
|