Home
last modified time | relevance | path

Searched refs:serializer (Results 1 – 25 of 56) sorted by path

123

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10876 var serializer;
10879 serializer = new TypeSerializer(self, p);
10882 serializer = new ElementSerializer(self, p);
10884 serializer = new ElementSerializer(self);
10887 body.push(serializer.build(v));
/plugin/codemirror/dist/modes/
H A Dwebidl.min.js.map1 …able\", \"legacycaller\", \"maplike\",\n \"partial\", \"required\", \"serializer\", \"setlike\", …
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php167 $serializer = new DFASerializer($this, $vocabulary);
169 return (string) $serializer;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc259 .`setSerializer(Elasticsearch\Serializers\SerializerInterface|string $serializer)`
264 Set the serializer
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc85 - Automatically generate mappings using a serializer.
H A Dconnection-factory.asciidoc22 SerializerInterface $serializer,
45 $serializer,
57 working HTTP handler, serializer, logger and tracer
H A Dendpoint-closure.asciidoc15 $serializer = $this->serializer;
17 $newEndpoint = function ($class) use ($transport, $serializer) {
24 return new $fullPath($transport, $serializer);
H A Dserializers.asciidoc5 to change the serializer, unless you have special requirements or are
8 The job of the serializer is to encode the outgoing request body and decode the
12 The default serializer is the `SmartSerializer`.
27 empty array, the serializer manually converts the JSON from an empty array
58 Note that the serializer is configured by specifying a namespace path to the
59 serializer.
75 empty array, the serializer manually converts the JSON from an empty array
101 Note that the serializer is configured by specifying a namespace path to the
102 serializer.
114 If the data provided was an empty array, the serializer manuall
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php88 private $serializer = SmartSerializer::class; variable in Elasticsearch\\ClientBuilder
379 * Set the serializer
381 * @param \Elasticsearch\Serializers\SerializerInterface|string $serializer
383 public function setSerializer($serializer): ClientBuilder argument
385 $this->parseStringOrObject($serializer, $this->serializer, 'SerializerInterface');
619 if (is_null($this->serializer)) {
620 $this->serializer = new SmartSerializer();
621 } elseif (is_string($this->serializer)) {
622 $this->serializer
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php57 protected $serializer; variable in Elasticsearch\\Connections\\Connection
133 SerializerInterface $serializer, argument
190 $this->serializer = $serializer;
207 $body = $this->serializer->serialize($body);
340 $response['body'] = $this->serializer->deserialize($response['body'], $response['transfer_stats']);
765 $error = $this->serializer->deserialize($response['body'], $response['transfer_stats']);
H A DConnectionFactory.php34 private $serializer; variable in Elasticsearch\\Connections\\ConnectionFactory
51 public function __construct(callable $handler, array $connectionParams, SerializerInterface $serializer, LoggerInterface $logger, LoggerInterface $tracer) argument
57 $this->serializer = $serializer;
66 $this->serializer,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php67 protected $serializer; variable in Elasticsearch\\Endpoints\\AbstractEndpoint
H A DBulk.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
84 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearch.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
81 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearchTemplate.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
79 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DFindFileStructure.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
77 $this->body .= $this->serializer->serialize($item) . "\n";
H A DPostData.php36 public function __construct(SerializerInterface $serializer) argument
38 $this->serializer = $serializer;
71 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
73 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNamespaceBuilderInterface.php34 * and serializer objects are provided so that your namespace may do whatever custom
38 * @param SerializerInterface $serializer
41 public function getObject(Transport $transport, SerializerInterface $serializer); argument
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1724 - Added serialization support. Objects can be added to elastica directly when a serializer callable is configured on \Elastica\Type
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md3 ## [2.2.0](https://github.com/schmittjoh/serializer/tree/2.2.0)
128 …phNavigator using \LogicException without serializer namespace [\#473](https://github.com/schmittj…
290 - @MaxDepth jms/serializer-bundle 2.2 [\#842](https://github.com/schmittjoh/serializer/issues/842)
448 - Doctrine Proxies and serializer.pre\_serialize [\#666](https://github.com/schmittjoh/serializer/i…
479 …an empty datastructure" error when multiple serializer calls [\#319](https://github.com/schmittjoh…
700 - serializer doesn't serialize traits [\#638](https://github.com/schmittjoh/serializer/issues/638)
703 …et default serialization context when building serializer [\#528](https://github.com/schmittjoh/se…
737 - serializer ignores properties added by traits [\#313](https://github.com/schmittjoh/serializer/is…
739 - Using serializer for JSON serialising [\#223](https://github.com/schmittjoh/serializer/issues/223)
761 - serializer.pre\_serialize event only thrown on objects/classes [\#337](https://github.com/schmitt…
[all …]
H A DMETA.md6 github_changelog_generator --user=schmittjoh --project=serializer --pull-requests --no-compare-link…

123