readAfterDeserialization
open fun readAfterDeserialization(context: ResponseInterceptorContext<Input, Output, ProtocolRequest, ProtocolResponse>)
A hook called after the transport request message is deserialized into the output response type.
When: This will ALWAYS be called once per attempt, except when a failure occurs earlier in the request pipeline. This method may be called multiple times in the event of retries.
Modifications: In the event of retries, the context will not include changes made in previous attempts (e.g. by request signers or other interceptors).
Error Behavior: If errors are raised by this hook, execution will jump to modifyBeforeAttemptCompletion with the raised error as the ResponseInterceptorContext.response result.