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 <[email protected]> wrote: > On Mon, Feb 6, 2012 at 5:52 PM, Andrea Del Bene <[email protected]>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: [email protected] For additional commands, e-mail: [email protected]
