Uses of Interface
org.apache.wicket.util.io.IObjectStreamFactory

Packages that use IObjectStreamFactory
org.apache.wicket.util.io Input/Output utilities. 
org.apache.wicket.util.lang Java utilities. 
 

Uses of IObjectStreamFactory in org.apache.wicket.util.io
 

Classes in org.apache.wicket.util.io that implement IObjectStreamFactory
static class IObjectStreamFactory.DefaultObjectStreamFactory
          Deprecated. Default implementation that uses the JDK's plain implementations.
 class WicketObjectStreamFactory
          Object stream factory for Wicket's custom serialization.
 

Uses of IObjectStreamFactory in org.apache.wicket.util.lang
 

Methods in org.apache.wicket.util.lang with parameters of type IObjectStreamFactory
static void Objects.setObjectStreamFactory(IObjectStreamFactory objectStreamFactory)
          Configure this utility class to use the provided IObjectStreamFactory instance.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.