We create synthetic fields for the *Request parameter. Sometimes we add these
fields to existing messages, and some of these messages have more than one
field. In all cases, we should avoid serializing these synthetic fields, as the
server does not expect them.
We create synthetic fields for the
*Request
parameter. Sometimes we add these fields to existing messages, and some of these messages have more than one field. In all cases, we should avoid serializing these synthetic fields, as the server does not expect them.Part of the work for #266