com.pmease.quickbuild
Class RemotingSerializerFactory

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializerFactory
      extended by com.caucho.hessian.io.SerializerFactory
          extended by com.pmease.quickbuild.RemotingSerializerFactory

public class RemotingSerializerFactory
extends com.caucho.hessian.io.SerializerFactory


Field Summary
 
Fields inherited from class com.caucho.hessian.io.SerializerFactory
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer
 
Constructor Summary
RemotingSerializerFactory()
           
 
Method Summary
 com.caucho.hessian.io.Deserializer getDeserializer(java.lang.Class clazz)
           
 com.caucho.hessian.io.Serializer getSerializer(java.lang.Class clazz)
           
 
Methods inherited from class com.caucho.hessian.io.SerializerFactory
addFactory, createDefault, getClassLoader, getCustomDeserializer, getDefaultDeserializer, getDefaultSerializer, getDeserializer, getListDeserializer, getListDeserializer, getObjectDeserializer, getObjectDeserializer, getObjectSerializer, isAllowNonSerializable, loadDeserializer, loadSerializer, readList, readMap, readObject, setAllowNonSerializable, setSendCollectionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingSerializerFactory

public RemotingSerializerFactory()
Method Detail

getSerializer

public com.caucho.hessian.io.Serializer getSerializer(java.lang.Class clazz)
                                               throws com.caucho.hessian.io.HessianProtocolException
Overrides:
getSerializer in class com.caucho.hessian.io.SerializerFactory
Throws:
com.caucho.hessian.io.HessianProtocolException

getDeserializer

public com.caucho.hessian.io.Deserializer getDeserializer(java.lang.Class clazz)
                                                   throws com.caucho.hessian.io.HessianProtocolException
Overrides:
getDeserializer in class com.caucho.hessian.io.SerializerFactory
Throws:
com.caucho.hessian.io.HessianProtocolException


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.