public class JMXSerializerFactory extends AbstractSerializerFactory
Constructor and Description |
---|
JMXSerializerFactory() |
Modifier and Type | Method and Description |
---|---|
Deserializer |
getDeserializer(java.lang.Class cl)
Returns the deserializer for a class.
|
Serializer |
getSerializer(java.lang.Class cl)
Returns the serializer for a class.
|
public Serializer getSerializer(java.lang.Class cl) throws HessianProtocolException
getSerializer
in class AbstractSerializerFactory
cl
- the class of the object that needs to be serialized.HessianProtocolException
public Deserializer getDeserializer(java.lang.Class cl) throws HessianProtocolException
getDeserializer
in class AbstractSerializerFactory
cl
- the class of the object that needs to be deserialized.HessianProtocolException