Package org.apache.wicket.serialize.java
-
Class Summary Class Description DeflatedJavaSerializer AJavaSerializer
that deflates the outputstream on the fly, reducing page store size by up to a factor 8.JavaSerializer 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