org.monarchinitiative.phenol.io.ser.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phenol-io Show documentation
Show all versions of phenol-io Show documentation
phenol-io contains the generic I/O functionality for ontologies
/**
* Helper code for data serialization and deserialization.
*
* Includes code for comparing versions, so data can be checked for compatibility on loading. To
* be usable, the versions should be written into a file {@code /project.properties} in the JAR file
* as a property called {@code version}.
*
* @author Manuel Holtgrewe
* @author Sebastian Koehler
*/
package org.monarchinitiative.phenol.io.ser;