Searched defs:SmartSerializer (Results 1 – 3 of 3) sorted by relevance
16 ==== SmartSerializer subsubsection 21 The `SmartSerializer` inspects the data to be encoded. If the request body is argument 35 When decoding the response body, the `SmartSerializer` introspects the argument 45 ===== Selecting the SmartSerializer argument
29 class SmartSerializer implements SerializerInterface class
35 use Elasticsearch\Serializers\SmartSerializer; alias