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

Packages that use Marshaler
org.clazzes.remoting.marshal   
org.clazzes.remoting.marshal.impl   
org.clazzes.remoting.server   
 

Uses of Marshaler in org.clazzes.remoting.marshal
 

Methods in org.clazzes.remoting.marshal that return Marshaler
abstract  Marshaler MarshalerFactorySupport.newMarshaler()
           
 Marshaler MarshalerFactory.newMarshaler()
           
 Marshaler DefaultMarshalerFactory.newMarshaler()
           
 Marshaler CompactMarshalerFactory.newMarshaler()
           
 

Uses of Marshaler in org.clazzes.remoting.marshal.impl
 

Classes in org.clazzes.remoting.marshal.impl that implement Marshaler
 class CompactMarshaler
          A marshaler, which marshals object in a field-by-field manner.
 class JAVAMarshaler
          The default implementation of the marshaler, which uses an ObjectInputStreamWithClassLoader and an ObjectOutputStream for deserialization and serialization.
 class MarshalerSupport
           
 

Uses of Marshaler in org.clazzes.remoting.server
 

Constructors in org.clazzes.remoting.server with parameters of type Marshaler
ServerConnectionHandler(ServerRegistry serverRegistry, java.rmi.server.UID clientUID, Marshaler marshaler, java.util.Map<java.lang.String,java.lang.Object> meta)
           
 



Copyright © 2010. All Rights Reserved.