ObjectOutputSteam no equivalent js

8 views
Skip to first unread message

venu gopal

unread,
Jul 31, 2019, 1:29:21 PM7/31/19
to Java2Script
Hi All,

We have a legalese application in applets where we are using HttpUrlConnection to communication with back end.
But for that the basic class which is used was ObjectOutputSteam and there is no equivalent .js file in SwingJS.zip

connection.setDoInput(true);
            connection.setDoOutput(true);
            out = new ObjectOutputStream(connection.getOutputStream());
            out.writeObject(pWrapper);
            out.flush();

Is there way we can get through this or any possible solution be suggested.

Regards,
Venu GT.
Reply all
Reply to author
Forward
0 new messages