tonycody commented on issue #10574: URL: https://github.com/apache/dubbo/issues/10574#issuecomment-1240374733
The service provider will configure a set of serialization types with priority rules for consumers to parse according to the actual business scenario. Consumers try the available serialization types in the current SDK version one by one according to the serialization type configured by the service provider, and request the service provider if there is a related serialization type. E.g: The service provider is configured as: fastjson, hessian2 Parse the serialization priority configuration before the consumer requests, try fastjson first, if the fastjson serializer is included, the request uses the fastjson serialization type to request the service provider. If fastjson is not included, try again whether hessian2 supports it. And so on! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org