Class BrownCluster.BrownClusterSerializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BrownCluster create​(java.io.InputStream in)
      Creates the artifact from the provided InputStream.
      void serialize​(BrownCluster artifact, java.io.OutputStream out)
      Serializes the artifact to the provided OutputStream.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrownClusterSerializer

        public BrownClusterSerializer()
    • Method Detail

      • create

        public BrownCluster create​(java.io.InputStream in)
                            throws java.io.IOException
        Description copied from interface: ArtifactSerializer
        Creates the artifact from the provided InputStream. The InputStream remains open.
        Specified by:
        create in interface ArtifactSerializer<BrownCluster>
        Returns:
        the artifact
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(BrownCluster artifact,
                              java.io.OutputStream out)
                       throws java.io.IOException
        Description copied from interface: ArtifactSerializer
        Serializes the artifact to the provided OutputStream. The OutputStream remains open.
        Specified by:
        serialize in interface ArtifactSerializer<BrownCluster>
        Throws:
        java.io.IOException