IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Serializers
editSerializers
editThe client has three serializers available. You will most likely never need to change the serializer, unless you have special requirements or are implementing a new protocol.
The job of the serializer is to encode the outgoing request body and decode the incoming response body. In 99% of cases, this is a simple conversion to/from JSON.
The default serializer is the SmartSerializer