public abstract class AbstractCustomHessianSerializer<T> extends Object implements CustomHessianSerializer<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.caucho.hessian.io.SerializerFactory |
genericSerializerFactory
Generic Serializer Factory
|
protected com.caucho.hessian.io.SerializerFactory |
serializerFactory
Normal Serializer Factory
|
| 构造器和说明 |
|---|
AbstractCustomHessianSerializer(com.caucho.hessian.io.SerializerFactory serializerFactory,
com.caucho.hessian.io.SerializerFactory genericSerializerFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected SofaRpcException |
buildDeserializeError(String message) |
protected SofaRpcException |
buildDeserializeError(String message,
Throwable throwable) |
protected SofaRpcException |
buildSerializeError(String message,
Throwable throwable) |
protected boolean |
isGenericRequest(String serializeType)
Is generic request boolean.
|
protected boolean |
isGenericResponse(String serializeType)
Is generic response boolean.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeObject, decodeObjectByTemplate, encodeObjectprotected com.caucho.hessian.io.SerializerFactory serializerFactory
protected com.caucho.hessian.io.SerializerFactory genericSerializerFactory
public AbstractCustomHessianSerializer(com.caucho.hessian.io.SerializerFactory serializerFactory,
com.caucho.hessian.io.SerializerFactory genericSerializerFactory)
protected SofaRpcException buildDeserializeError(String message)
protected SofaRpcException buildSerializeError(String message, Throwable throwable)
protected SofaRpcException buildDeserializeError(String message, Throwable throwable)
protected boolean isGenericRequest(String serializeType)
serializeType - the serialize typeprotected boolean isGenericResponse(String serializeType)
serializeType - the serialize typeCopyright © 2008–2018 The Ant Financial. All rights reserved.