Uses of Class
com.caucho.burlap.io.BurlapProtocolException

Packages that use BurlapProtocolException
com.caucho.burlap.io   
 

Uses of BurlapProtocolException in com.caucho.burlap.io
 

Methods in com.caucho.burlap.io that throw BurlapProtocolException
 Serializer SerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
 Deserializer SerializerFactory.getDeserializer(java.lang.Class cl)
           
 java.lang.Object SerializerFactory.readList(AbstractBurlapInput in, int length, java.lang.String type)
           
 java.lang.Object SerializerFactory.readMap(AbstractBurlapInput in, java.lang.String type)
           
 Deserializer SerializerFactory.getObjectDeserializer(java.lang.String type)
           
 Deserializer SerializerFactory.getDeserializer(java.lang.String type)