com.alipay.hessian.generic.io
Class AbstractGenericSerializerFactory

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializerFactory
      extended by com.alipay.hessian.generic.io.AbstractGenericSerializerFactory

public abstract class AbstractGenericSerializerFactory
extends com.caucho.hessian.io.AbstractSerializerFactory

Since:
5.3.0

Constructor Summary
AbstractGenericSerializerFactory()
           
 
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
 

Constructor Detail

AbstractGenericSerializerFactory

public AbstractGenericSerializerFactory()
Method Detail

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.