src/dubbo/proxy/handlers.py [74:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return cls(
            MethodDescriptor(
                callable_method=method,
                method_name=method_name or method.__name__,
                arg_serialization=(None, request_deserializer),
                return_serialization=(response_serializer, None),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/dubbo/proxy/handlers.py [136:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return cls(
            MethodDescriptor(
                callable_method=method,
                method_name=method_name or method.__name__,
                arg_serialization=(None, request_deserializer),
                return_serialization=(response_serializer, None),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



