Support adding validation logic when deserializing request data into RPC function arguments.
Currently, if the model class has some assertion and airframe-codec fails to instantiate objects, MessageCodecException will be reported. Airframe RPC should return RPCException instead in such cases.
Support adding validation logic when deserializing request data into RPC function arguments.
Currently, if the model class has some assertion and airframe-codec fails to instantiate objects, MessageCodecException will be reported. Airframe RPC should return RPCException instead in such cases.