Class ProxyObjectOutputStream

    • Constructor Detail

      • ProxyObjectOutputStream

        public ProxyObjectOutputStream​(OutputStream out)
                                throws IOException
        create an output stream which can be used to serialize an object graph which includes proxies created using class ProxyFactory
        Parameters:
        out -
        Throws:
        IOException - whenever ObjectOutputStream would also do so
        SecurityException - whenever ObjectOutputStream would also do so
        NullPointerException - if out is null