类 AbstractSerializerFactory

    • 构造器详细资料

      • AbstractSerializerFactory

        public AbstractSerializerFactory()
    • 方法详细资料

      • getSerializer

        public abstract  cl)
                                          throws HessianProtocolException
        Returns the serializer for a class.
        参数:
        cl - the class of the object that needs to be serialized.
        返回:
        a serializer object for the serialization.
        抛出:
        HessianProtocolException
      • getDeserializer

        public abstract  cl)
                                              throws HessianProtocolException
        Returns the deserializer for a class.
        参数:
        cl - the class of the object that needs to be deserialized.
        返回:
        a deserializer object for the serialization.
        抛出:
        HessianProtocolException