See: Description
Interface | Description |
---|---|
ObjectTranslator<O> |
Classes implementing this interface are able to convert between Java Objects and their text or XML representation.
|
Class | Description |
---|---|
ObjectTranslatorFactory |
Factory to create instances of
ObjectTranslator to be used with readers and writers of JPhyloIO to read
and write literal metadata objects. |
Exception | Description |
---|---|
InvalidObjectSourceDataException |
Exception that indicates that an an instance of
ObjectTranslator was not able to use the provided source data
(string or XML events) to create an instance of the handled object type (e.g. |
ObjectTranslatorFactory
.