com.caucho.hessian.jmx
Class JMXSerializerFactory
java.lang.Object
com.caucho.hessian.io.AbstractSerializerFactory
com.caucho.hessian.jmx.JMXSerializerFactory
public class JMXSerializerFactory
- extends AbstractSerializerFactory
Serializers for JMX classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXSerializerFactory
public JMXSerializerFactory()
getSerializer
public Serializer getSerializer(Class cl)
throws HessianProtocolException
- Returns the serializer for a class.
- Specified by:
getSerializer in class AbstractSerializerFactory
- Parameters:
cl - the class of the object that needs to be serialized.
- Returns:
- a serializer object for the serialization.
- Throws:
HessianProtocolException
getDeserializer
public Deserializer getDeserializer(Class cl)
throws HessianProtocolException
- Returns the deserializer for a class.
- Specified by:
getDeserializer in class AbstractSerializerFactory
- Parameters:
cl - the class of the object that needs to be deserialized.
- Returns:
- a deserializer object for the serialization.
- Throws:
HessianProtocolException
Copyright © 2013. All Rights Reserved.