Hi,
Wicket uses an implementation of org.apache.wicket.serialize.ISerializer
to serialize all objects (pages, models, ecc...)
The default serializer is based on standard classes ObjectOutputStream
and ObjectInputStream.
IModel implementations have nothing to do with the concrete ISerializer
used by Wicket.
You should have a look at
org.apache.wicket.serialize.java.JavaSerializer (which is the default
ISerializer)
Hi,
Please I will like to know if all IModel class implementations are capable
of serializing all type of objects without necessarily having to do custom
serialization? I'm asking because I want to know the underlying
architecture of how server objects are being transported to Wicket.
I had a look at AbstractReadOnlyModel, LoadableDetachableModel etc and it
seems to me that that is how it is meant to work (i.e through the Wicket
model structure). Please am I correct?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]