weka.core.xml |
|
Java Source File Name | Type | Comment |
KOML.java | Class | This class is a helper class for XML serialization using KOML . |
MethodHandler.java | Class | This class handles relationships between display names of properties
(or classes) and Methods that are associated with them. |
PropertyHandler.java | Class | This class stores information about properties to ignore or properties
that are allowed for a certain class. |
SerialUIDChanger.java | Class | This class enables one to change the UID of a serialized object and therefore
not losing the data stored in the binary format. |
XMLBasicSerialization.java | Class | This serializer contains some read/write methods for common classes that
are not beans-conform. |
XMLDocument.java | Class | This class offers some methods for generating, reading and writing
XML documents.
It can only handle UTF-8. |
XMLInstances.java | Class | XML representation of the Instances class. |
XMLOptions.java | Class | |
XMLSerialization.java | Class | With this class objects can be serialized to XML instead into a binary
format. |
XMLSerializationMethodHandler.java | Class | This class handles relationships between display names of properties
(or classes) and Methods that are associated with them. |