Api transformer used to encode and decode resources, both in request and
response from Client.
You can implement and use your custom transformer in the StandardClient,
or to divide logic between data fetching & data parsing in a new Client
implementation.
Api transformer used to encode and decode resources, both in request and response from Client.
You can implement and use your custom transformer in the
StandardClient, or to divide logic between data fetching & data parsing in a newClientimplementation.