You can configure your own serializer. You can follow this:
https://cwiki.apache.org/WICKET/using-jboss-serialization-in-wicket-15.html
in order to use JBossSerializer. By using  JbossSerialiser you can
serialize objects that donĀ“t implement ISerializable.



On Mon, Feb 6, 2012 at 6:12 PM, Kayode Odeyemi <drey...@gmail.com> wrote:
> On Mon, Feb 6, 2012 at 5:52 PM, Andrea Del Bene <adelb...@ciseonweb.it>wrote:
>
>> Wicket uses an implementation of org.apache.wicket.serialize.**ISerializer
>> to serialize all objects (pages, models, ecc...)
>>
>
>
> Thanks Andrea.
>
> Meaning if I have a custom model that extends one of the IModel
> implementing classes, I don't have to serialize the objects returned by the
> model myself - Wicket does this by default?
>
>
>
> --
> Odeyemi 'Kayode O.
> http://www.sinati.com. t: @charyorde

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to