com.alipay.hessian.generic.io
Class AbstractGenericSerializerFactory
java.lang.Object
com.caucho.hessian.io.AbstractSerializerFactory
com.alipay.hessian.generic.io.AbstractGenericSerializerFactory
public abstract class AbstractGenericSerializerFactory
- extends com.caucho.hessian.io.AbstractSerializerFactory
- Since:
- 5.3.0
|
Method Summary |
abstract com.caucho.hessian.io.Deserializer |
getDeserializer(String type)
Returns the deserializer for type. |
| Methods inherited from class com.caucho.hessian.io.AbstractSerializerFactory |
getDeserializer, getSerializer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGenericSerializerFactory
public AbstractGenericSerializerFactory()
getDeserializer
public abstract com.caucho.hessian.io.Deserializer getDeserializer(String type)
throws com.caucho.hessian.io.HessianProtocolException
- Returns the deserializer for type.
- Parameters:
type - the name of the object that needs to be deserialized.
- Returns:
- a deserializer object for the serialization.
- Throws:
com.caucho.hessian.io.HessianProtocolException
Copyright © 2008–2018 Ant Financial. All rights reserved.