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

Packages that use HessianProtocolException
com.caucho.hessian.io   
 

Uses of HessianProtocolException in com.caucho.hessian.io
 

Methods in com.caucho.hessian.io that throw HessianProtocolException
 Serializer SerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
 Deserializer SerializerFactory.getDeserializer(java.lang.Class cl)
          Returns the deserializer for a class.
 java.lang.Object SerializerFactory.readList(AbstractHessianInput in, int length, java.lang.String type)
          Reads the object as a list.
 java.lang.Object SerializerFactory.readMap(AbstractHessianInput in, java.lang.String type)
          Reads the object as a map.
 Deserializer SerializerFactory.getObjectDeserializer(java.lang.String type)
          Reads the object as a map.
 Deserializer SerializerFactory.getDeserializer(java.lang.String type)
          Returns a deserializer based on a string type.