I recently had the problem that I want to pass the maximum value that a int32 can hold in a message.
but there is no dynamic check I can do for this. I need to hardcode some value...
It would be useful to implement some dynamic value check, maybe relying on the underlying serialization algorithm or actual implementation size...