Home
last modified time | relevance | path

Searched refs:DIRECTION_SERIALIZATION (Results 1 – 21 of 21) sorted by path

/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php17 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
H A DXmlSchemaDateHandler.php26 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
38 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
50 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst48 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php191 …er = $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, $type['n…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigatorInterface.php11 public const DIRECTION_SERIALIZATION = 1; define
H A DSerializationContext.php116 return GraphNavigatorInterface::DIRECTION_SERIALIZATION;
H A DSerializer.php95 return GraphNavigatorInterface::DIRECTION_SERIALIZATION;
121 …GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction ? 'serialization' : 'deserializati…
131 $factories = GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction
140 …GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction ? 'serialization' : 'deserializati…
157 $visitor = $this->getVisitor(GraphNavigatorInterface::DIRECTION_SERIALIZATION, $format);
158 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
192 $visitor = $this->getVisitor(GraphNavigatorInterface::DIRECTION_SERIALIZATION, 'json');
193 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
H A DSerializerBuilder.php549 …GraphNavigatorInterface::DIRECTION_SERIALIZATION => $this->getSerializationNavigatorFactory($metad…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php45 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DConstraintViolationHandler.php28 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DDateHandler.php54 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DFormErrorHandler.php36 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
41 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DHandlerRegistry.php28 case GraphNavigatorInterface::DIRECTION_SERIALIZATION:
48 …phNavigatorInterface::DIRECTION_DESERIALIZATION, GraphNavigatorInterface::DIRECTION_SERIALIZATION];
H A DIteratorHandler.php26 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
42 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DStdClassHandler.php27 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DHandlerRegistryTest.php23 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
29 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
34 …ler, $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
36 …ler, $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
H A DIteratorHandlerTest.php47 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DLazyHandlerRegistryTest.php30 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
38 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
44 …e'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
46 …e'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1504 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1626 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DGraphNavigatorTest.php176 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DJsonSerializationTest.php179 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
198 GraphNavigatorInterface::DIRECTION_SERIALIZATION,