WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Serialization
editSerialization
editNEST’s default JSON serialization understands how to correctly serialize all request and response types, as well as correctly handle your POCOs. Sometimes however, you might want to change this behaviour, either by providing your own serializer, or by modifying how NEST’s serializer behaves.