Module org.apache.wicket.core
Package org.apache.wicket.serialize.java
package org.apache.wicket.serialize.java
-
ClassDescriptionA
JavaSerializer
that deflates the outputstream on the fly, reducing page store size by up to a factor 8.An implementation ofISerializer
based on Java Serialization (ObjectOutputStream, ObjectInputStream) Requires the application key to enable serialization and deserialisation outside thread in which application thread local is set