public abstract class AbstractSerializerFactory extends Object
| 构造器和说明 |
|---|
AbstractSerializerFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Deserializer |
getDeserializer(Class cl)
Returns the deserializer for a class.
|
abstract Serializer |
getSerializer(Class cl)
Returns the serializer for a class.
|
public abstract Serializer getSerializer(Class cl) throws HessianProtocolException
cl - the class of the object that needs to be serialized.HessianProtocolExceptionpublic abstract Deserializer getDeserializer(Class cl) throws HessianProtocolException
cl - the class of the object that needs to be deserialized.HessianProtocolExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.