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 AbstractSerializerFactorycl - the class of the object that needs to be serialized.HessianProtocolExceptionpublic Deserializer getDeserializer(java.lang.Class cl) throws HessianProtocolException
getDeserializer in class AbstractSerializerFactorycl - the class of the object that needs to be deserialized.HessianProtocolException