Class POSModelSerializer

    • Method Summary

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

      • POSModelSerializer

        public POSModelSerializer()
    • Method Detail

      • create

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

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