You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Let's start with some bullet points we can flesh out. When we have enough information we can organise it to create a cohesive and valuable document.

Gotchas:

  • 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 to the outer-class instance. So, when the inner-class instace is serialised, you the outer-class instance will be serialised too!
  • No labels