Package org.apache.wicket.serialize.java

Class Summary
DeflatedJavaSerializer A JavaSerializer that deflates the outputstream on the fly, reducing page store size by up to a factor 8.
JavaSerializer An implementation of ISerializer based on Java Serialization (ObjectOutputStream, ObjectInputStream) Requires the application key to enable serialization and deserialisation outside thread in which application thread local is set
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.