Skip to content

Instantly share code, notes, and snippets.

@tamboer
Created December 16, 2017 11:50
Show Gist options
  • Select an option

  • Save tamboer/3f0545ef3767cd46ee40d08de5ab899d to your computer and use it in GitHub Desktop.

Select an option

Save tamboer/3f0545ef3767cd46ee40d08de5ab899d to your computer and use it in GitHub Desktop.
java serialization

Serialization

What serialization is?

If you take an object and serialize it, that means turning that object into binary form or binary data. De serialize means take binary data and turn it back into an object.

TODO Serialization example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment