Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 09:29
Show Gist options
  • Select an option

  • Save josemmo/e7c2a24ee9317b650d7cefa6862c40af to your computer and use it in GitHub Desktop.

Select an option

Save josemmo/e7c2a24ee9317b650d7cefa6862c40af to your computer and use it in GitHub Desktop.
private void send(ObjectOutputStream stream, Object message) {
stream.writeObject(message);
stream.flush();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment