IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Serializers
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Serializers
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
Was this helpful?
Thank you for your feedback.