Versions Compared

Key

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

...

  • Use of non-static inner classes: non-static inner classes can access the state of the enclosing object. To do this, the byte code of the inner-class contains a refrence reference to the outer-class instance. So, when the inner-class instace is serialised, you the outer-class instance will be serialised too!