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
Post a Comment