| This method returns a list of get methods which the DeSAXalizer
will call when wishes to write this object to a stream.
The DeSAXalizer will call this method on one object of each
DeSAXalizable class that it decides to serialize to an XML stream.
The returned array of method specifications has an entry specifying the
XML tagname, method name and return type of each suitable get method of this
class. The DeSAXalizer will use reflection to locate and invoke
the specified method, so it must be a public method of a public class.
An array of get method specifications; null is allowed ifthere are no such get methods. |