New

The executive guide to generative AI

Read more

Serializers

edit

The 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

Was this helpful?
Feedback