Uses of Class
com.caucho.hessian.io.SerializerFactory

Packages that use SerializerFactory
com.caucho.hessian.client Portable client code for using Hessian services. 
com.caucho.hessian.io   
com.caucho.hessian.server   
 

Uses of SerializerFactory in com.caucho.hessian.client
 

Fields in com.caucho.hessian.client declared as SerializerFactory
private  SerializerFactory HessianProxyFactory._serializerFactory
           
 

Methods in com.caucho.hessian.client that return SerializerFactory
 SerializerFactory HessianProxyFactory.getSerializerFactory()
          Gets the serializer factory.
 

Methods in com.caucho.hessian.client with parameters of type SerializerFactory
 void HessianProxyFactory.setSerializerFactory(SerializerFactory factory)
          Sets the serializer factory.
 

Uses of SerializerFactory in com.caucho.hessian.io
 

Subclasses of SerializerFactory in com.caucho.hessian.io
 class BeanSerializerFactory
          Factory for returning serialization methods.
 

Fields in com.caucho.hessian.io declared as SerializerFactory
protected  SerializerFactory Hessian2Input._serializerFactory
           
protected  SerializerFactory HessianInput._serializerFactory
           
private  SerializerFactory HessianInputFactory._serializerFactory
           
protected  SerializerFactory AbstractHessianOutput._serializerFactory
           
 

Methods in com.caucho.hessian.io that return SerializerFactory
 SerializerFactory Hessian2Input.findSerializerFactory()
          Gets the serializer factory, creating a default if necessary.
 SerializerFactory AbstractHessianOutput.findSerializerFactory()
          Gets the serializer factory.
 SerializerFactory Hessian2Input.getSerializerFactory()
          Gets the serializer factory.
 SerializerFactory HessianInput.getSerializerFactory()
          Gets the serializer factory.
 SerializerFactory HessianInputFactory.getSerializerFactory()
           
 SerializerFactory AbstractHessianOutput.getSerializerFactory()
          Gets the serializer factory.
 

Methods in com.caucho.hessian.io with parameters of type SerializerFactory
 void Hessian2Input.setSerializerFactory(SerializerFactory factory)
          Sets the serializer factory.
 void HessianInput.setSerializerFactory(SerializerFactory factory)
          Sets the serializer factory.
 void HessianInputFactory.setSerializerFactory(SerializerFactory factory)
           
 void AbstractHessianInput.setSerializerFactory(SerializerFactory ser)
          Sets the serializer factory.
 void AbstractHessianOutput.setSerializerFactory(SerializerFactory factory)
          Sets the serializer factory.
 

Uses of SerializerFactory in com.caucho.hessian.server
 

Fields in com.caucho.hessian.server declared as SerializerFactory
private  SerializerFactory HessianServlet._serializerFactory
           
 

Methods in com.caucho.hessian.server that return SerializerFactory
 SerializerFactory HessianServlet.getSerializerFactory()
          Gets the serializer factory.
 

Methods in com.caucho.hessian.server with parameters of type SerializerFactory
 void HessianServlet.setSerializerFactory(SerializerFactory factory)
          Sets the serializer factory.