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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -