Home
last modified time | relevance | path

Searched refs:GraphNavigatorInterface (Results 26 – 30 of 30) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php7 use JMS\Serializer\GraphNavigatorInterface; alias
51 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php549GraphNavigatorInterface::DIRECTION_SERIALIZATION => $this->getSerializationNavigatorFactory($metad…
550GraphNavigatorInterface::DIRECTION_DESERIALIZATION => $this->getDeserializationNavigatorFactory($m…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md44 - `GraphNavigator` is internal use `GraphNavigatorInterface` instead
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php16 use JMS\Serializer\GraphNavigatorInterface; alias
1235 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, 'Custo…
1504 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1626 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1634 GraphNavigatorInterface::DIRECTION_DESERIALIZATION,
H A DXmlSerializationTest.php10 use JMS\Serializer\GraphNavigatorInterface; alias

12