Java Serialization Tutorial

This mini series covers Java Serialization in depth. It starts with some quick Java serialization/deserialization examples then goes to the core of this feature.

After this series, you will know:

  • How Serialization/Deserialization work
  • How to implement custom Serialization mechanisms