com.github.phenomics.ontolib.ser.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontolib-core Show documentation
Show all versions of ontolib-core Show documentation
ontolib-core contains the core functionality for representing 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 com.github.phenomics.ontolib.ser;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy