public class JMXSerializerFactory extends AbstractSerializerFactory
| Constructor and Description |
|---|
JMXSerializerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Deserializer |
getDeserializer(Class cl)
Returns the deserializer for a class.
|
Serializer |
getSerializer(Class cl)
Returns the serializer for a class.
|
public Serializer getSerializer(Class cl) throws HessianProtocolException
getSerializer in class AbstractSerializerFactorycl - the class of the object that needs to be serialized.HessianProtocolExceptionpublic Deserializer getDeserializer(Class cl) throws HessianProtocolException
getDeserializer in class AbstractSerializerFactorycl - the class of the object that needs to be deserialized.HessianProtocolExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.