Martin Grigorov created WICKET-4744:
---------------------------------------

             Summary: Investigate reworking WicketObjects#clone(Object|Model) 
methods to use ISerializer
                 Key: WICKET-4744
                 URL: https://issues.apache.org/jira/browse/WICKET-4744
             Project: Wicket
          Issue Type: Sub-task
          Components: wicket
    Affects Versions: 6.0.0
            Reporter: Martin Grigorov


WicketObject#cloneXYZ() methods use normal Java serialization to clone an 
object/model.
This will not work if the application uses a custom ISerializer which doesn't 
require all objects to be Serializable.

It is not straight forward to replace this custom code with JavaSerializer 
because there are overrides for object replacement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to