Wicket Session Size commented on by jWeekend (Nov 26, 2008).

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

Reply via email to