When objects returned in search results are _deserialized_, they are instantiated by the JSON.NET serializer. If you require a custom action when instantiating the objects, customize the instantiation with the `Client
` conventions.
An example of configuring custom instantiation can look like this:
Note
If indexed objects are so complex that they require custom instantiation, they are often not suitable as search results. It might be better to project the search results to another, simpler class using the `
Select
` method.