Uses of Interface
org.clazzes.remoting.marshal.MarshalerFactory

Packages that use MarshalerFactory
org.clazzes.remoting   
org.clazzes.remoting.marshal   
 

Uses of MarshalerFactory in org.clazzes.remoting
 

Fields in org.clazzes.remoting declared as MarshalerFactory
protected  MarshalerFactory SocketParameters.marshalerFactory
           
 

Methods in org.clazzes.remoting that return MarshalerFactory
 MarshalerFactory SocketParameters.getMarshalerFactory()
           
 

Methods in org.clazzes.remoting with parameters of type MarshalerFactory
 void SocketParameters.setMarshalerFactory(MarshalerFactory marshalerFactory)
           
 

Uses of MarshalerFactory in org.clazzes.remoting.marshal
 

Classes in org.clazzes.remoting.marshal that implement MarshalerFactory
 class CompactMarshalerFactory
          A marshaler factory, that emits a marshaler, which serializes a java class in a low-bandwidth consuming manner.
 class DefaultMarshalerFactory
          A default marshaler factory implementation.
 class MarshalerFactorySupport
          A support class for the most common factory options.
 



Copyright © 2010. All Rights Reserved.