🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
920
stars
211
forks
source link
Question: should serdes.serialize be called when validateResponse=false #871
Open
aivanov-noveo opened 1 year ago
The current behaviour is:
serialize
fromserDes
is calledserialize
fromserDes
is NOT calledThe documentation states that:
As I get it
after
does not mean here that if validation is turned off then a serialization does not occur at all. Please clarify that moment.