Friday, February 21, 2014

Sending Java Sealed Objects via Sockets

Since I couldn't find a single example, this is a few examples put together into one working example, thought it'd be useful if I put it on the web Here's a link to the Gist and below is the code https://gist.github.com/Sarkie/9138396 Server.java import java.net.InetSocketAddress; import java.nio.channels.ServerSocketChannel; import...