Package org.phenopackets.phenopackettools.io
package org.phenopackets.phenopackettools.io
The
org.phenopackets.phenopackettools.io package offers functionality for reading and writing
top-level elements of Phenopacket Schema. The elements can be (de)serialized in any of the supported
PhenopacketFormats.
The PhenopacketParserFactory
provides PhenopacketParser for reading the schema elements.
Use PhenopacketPrinterFactory to get
PhenopacketPrinter for writing a top-level schema element.
-
ClassDescriptionThe implementors can serialize a top-level element of Phenopacket schema into provided
OutputStream.The implementors providePhenopacketPrinters for serializing top-level phenopacket elements intoPhenopacketFormatusingPhenopacketSchemaVersion.