Interface Product

    • Method Detail

      • serialize

        void serialize​(java.lang.Object object,
                       java.io.OutputStream output)
                throws java.lang.Exception
        Deprecated.
        Serialize an object to a stream.
        Throws:
        java.lang.Exception
      • deserialize

        java.lang.Object deserialize​(java.io.InputStream input)
                              throws java.lang.Exception
        Deprecated.
        Deserialize an object from a stream.
        Throws:
        java.lang.Exception