Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(De)serialization is similar to (un)marshalling, it's a process to gain java class instance from bytes and or vice versa, but it happens at different times and code layers.

...