This new version includes bug fix and a minor
change in the language. It is backward compatible
with the version 1.0 .
values (except transient) have a name attribute.
(thanks to Robert Nielsen for his feedback)
Bug fix with Class objects.
Bug fix in close() methods. (thanks to Raj)
Remove File constructors. Now you have:
KOMLSerializer(Writer out, boolean buffered)
KOMLDeserializer(Reader out, boolean buffered)
A new KOML document :
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE koml SYSTEM "http://www.inria.fr/koala/XML/koml11.dtd">
<koml version='1.1'>
<classes>
<class name='java.net.URL' uid='-7627629688361524110' writemethod='true'>
<field name='hashCode' type='int'/>
<field name='port' type='int'/>
<field name='file' type='java.lang.String'/>
<field name='host' type='java.lang.String'/>
<field name='protocol' type='java.lang.String'/>
<field name='ref' type='java.lang.String'/>
</class>
</classes>
<object class='java.net.URL' id='i5'>
<value type='int' name='hashCode'>-1</value>
<value type='int' name='port'>-1</value>
<value type='java.lang.String' name='file'>/koala</value>
<value type='java.lang.String' name='host'>www.inria.fr</value>
<value type='java.lang.String' name='protocol'>http</value>
<null name='ref'/>
</object>
</koml>
Regards,
Philippe.
---------
Philippe Le Hegaret
Philippe.Le_Hegaret@sophia.inria.fr -- http://www.inria.fr/koala/plh/
KOALA/DYADE/BULL @ INRIA - Sophia Antipolis