Interface TaxonParser

  • All Known Implementing Classes:
    EbiFormat

    public interface TaxonParser
    Deprecated.
    replaced by classes in org.biojavax.bio.taxa
    Encapsulate the mapping between Taxon and stringified representations of taxa.
    Author:
    Matthew Pocock
    • Method Detail

      • serialize

        java.lang.String serialize​(Taxon taxon)
        Deprecated.
        Convert a Taxon into a stringified representation.
        Parameters:
        taxon - the Taxon to serialize
        Returns:
        the stringified version of Taxon