Package org.apache.wicket.serialize.java
-
Class Summary Class Description DeflatedJavaSerializer AJavaSerializerthat deflates the outputstream on the fly, reducing page store size by up to a factor 8.JavaSerializer An implementation ofISerializerbased on Java Serialization (ObjectOutputStream, ObjectInputStream) Requires the application key to enable serialization and deserialisation outside thread in which application thread local is set