You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/07/07 12:05:34 UTC

[jira] [Created] (WICKET-5634) Add IObjectCheckers that fails the serialization when the Session or another Page are serialized

Martin Grigorov created WICKET-5634:
---------------------------------------

             Summary: Add IObjectCheckers that fails the serialization when the Session or another Page are serialized
                 Key: WICKET-5634
                 URL: https://issues.apache.org/jira/browse/WICKET-5634
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.16.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


https://plus.google.com/u/0/+BertRadke/posts/AW1MUgRPirf explains a problem with a component holding a reference to a page and thus leading to bigger byte[] and slower serialization.

We could add more IObjectChecker implementations which check whether:
- a page different than the component tree root is being serialized
- the Wicket Session is serialized



--
This message was sent by Atlassian JIRA
(v6.2#6252)