Class DictionarySerializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dictionary create​(java.io.InputStream in)
      Creates the artifact from the provided InputStream.
      void serialize​(Dictionary dictionary, 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

      • DictionarySerializer

        public DictionarySerializer()
    • Method Detail

      • create

        public Dictionary 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<Dictionary>
        Returns:
        the artifact
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(Dictionary dictionary,
                              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<Dictionary>
        Throws:
        java.io.IOException