Package org.apache.wicket.serialize.java


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