modifyBeforeDeserialization
open fun modifyBeforeDeserialization(ctx: LResContext<T, S, HReq, LReq, LRes>): DeserializeInput<T, S, LRes>
A modify hook that runs before the Deserialization step
Return
A DeserializeInput containing a potentially-modified low-level response and/or ItemSchema
Parameters
ctx
Context containing the high-level/low-level requests and the low-level response