Home
last modified time | relevance | path

Searched refs:deserialize (Results 1 – 25 of 45) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php151 $dObj = $this->serializer->deserialize(
202 $dObj = $this->serializer->deserialize(
1303 $this->deserialize(
1312 $this->deserialize(
1321 $this->deserialize(
1330 $this->deserialize(
1339 $this->deserialize(
1348 $this->deserialize(
1371 $this->deserialize(
1393 $this->deserialize(
[all …]
H A DXmlSerializationTest.php64 … self::assertSame($boolean, $this->deserialize('<result>' . $xmlBoolean . '</result>', 'boolean'));
76 $object = $this->deserialize(
124 $this->deserialize('<?xml version="1.0"?>
139 $this->deserialize('<?xml version="1.0"?><!DOCTYPE foo><foo></foo>', 'stdClass');
158 $serializer->deserialize('<?xml version="1.0"?>
162 $serializer->deserialize('<?xml version="1.0"?>
240 … $this->deserialize($this->getContent('object_with_namespaces_and_list'), get_class($object))
267 …$this->deserialize($this->getContent('object_with_namespaces_and_nested_list'), get_class($object))
279 … $result = $this->serializer->deserialize($xml, ObjectWithXmlKeyValuePairsWithType::class, 'xml');
285 …$result2 = $this->serializer->deserialize($xml2, ObjectWithXmlKeyValuePairsWithType::class, 'xml');
[all …]
H A DJsonSerializationTest.php162 $this->deserialize($expected, get_class($collection))
220 … $object = $this->deserialize($content, 'JMS\Serializer\Tests\Fixtures\ObjectWithObjectProperty');
228 … $object = $this->deserialize($content, 'JMS\Serializer\Tests\Fixtures\ObjectWithObjectProperty');
314 self::assertEquals($object, $this->deserialize($serialized, ObjectWithInlineArray::class));
H A DSerializationContextFactoryTest.php77 $result = $serializer->deserialize('{"value":null}', 'array', 'json');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php37 self::assertEquals('foo', $serializer->deserialize('"foo"', 'string', 'json'));
38 …self::assertEquals('foo', $serializer->deserialize('<?xml version="1.0" encoding="UTF-8"?><result>…
78 $result = $serializer->deserialize('"04-2020-10"', 'XXX', 'json');
162 $result = $serializer->deserialize('{"value":null}', 'array', 'json');
253 $object = $serializer->deserialize($serialized, PersonSecretWithVariables::class, 'json');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst27 You can also deserialize objects from their XML, or JSON representation. For
35 $object = $serializer->deserialize($jsonData, 'MyNamespace\MyObject', 'json');
H A Dconfiguration.rst106 to be used with methods ``deserialize()`` and ``fromArray()``.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSerializerInterface.php38 public function deserialize(?string $data, array $headers); function
H A DEverythingToJSONSerializer.php49 public function deserialize(?string $data, array $headers) function in Elasticsearch\\Serializers\\EverythingToJSONSerializer
H A DArrayToJSONSerializer.php53 public function deserialize(?string $data, array $headers) function in Elasticsearch\\Serializers\\ArrayToJSONSerializer
H A DSmartSerializer.php54 public function deserialize(?string $data, array $headers) function in Elasticsearch\\Serializers\\SmartSerializer
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerInterface.php26 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c… function
H A DSerializer.php169 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c… function in JMS\\Serializer\\Serializer
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dstdclass.rst16 - deserialize data into ``stdClass`` objects
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php46 $deserialized = $this->serializer->deserialize($json, Organization::class, 'json');
56 $deserialized = $this->serializer->deserialize($json, Person::class, 'json');
H A DObjectConstructorTest.php207 $serverDeserialized = $serializer->deserialize($jsonData, Server::class, 'json');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php77 ->deserialize(
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php617 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php317 Auth_OpenID_Association::deserialize('Auth_OpenID_Association',
422 Auth_OpenID_Association::deserialize(
H A DAssociation.php209 static function deserialize($class_name, $assoc_s) function in Auth_OpenID_Association
/plugin/openid/Auth/OpenID/
H A DFileStore.php346 Auth_OpenID_Association::deserialize('Auth_OpenID_Association',
456 Auth_OpenID_Association::deserialize(
H A DAssociation.php211 static function deserialize($class_name, $assoc_s) function in Auth_OpenID_Association
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1025 Shape.prototype.deserialize = function(obj){ method in Shape
1102 TextShape.prototype.deserialize = function(obj){ method in TextShape
1103 Shape.prototype.deserialize.call(this, obj); method in Shape
1171 PathShape.prototype.deserialize = function(obj){ method in PathShape
1172 Shape.prototype.deserialize.call(this, obj); method in Shape
1220 function deserialize(dat){ function
1234 robj.deserialize(obj);
1242 dobjs = deserialize(jsyaml.safeLoad(value));
1276 dobjs = deserialize(jsyaml.safeLoad(selData[name]));
1335 dobjs = deserialize(jsyam
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst52 <callback-method name="baz" type="post-deserialize" />
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php339 // No error, deserialize
340 $response['body'] = $this->serializer->deserialize($response['body'], $response['transfer_stats']);
765 $error = $this->serializer->deserialize($response['body'], $response['transfer_stats']);

12