Java Object passing through sockets -


how pass unserialized class 3rd party library serialized one?

what i'm trying pass objects server down client through socket. understand serialized objects interpretable end of client.

so if had class exta library exta, can make class myclassa , extend exta?

is there simple way other touching 3rd party library?

thanks! :)


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -