However, will this work properly if I have a string field in my HTTP request body that is defined as an int or some other type in the protobuf definition? I want to use string for all numbers in my REST API, in order to eliminate loss of precision or ambiguity. And if it will not work properly out of the box, is there a way for me to specify the conversion?