Home
last modified time | relevance | path

Searched refs:onPostDeserialize (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php35 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
53 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
61 …$this->subscriber->onPostDeserialize(new ObjectEvent(DeserializationContext::create(), new \stdCla…
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php34 public function onPostDeserialize(Event $event): void function in JMS\\Serializer\\EventDispatcher\\Subscriber\\SymfonyValidatorValidatorSubscriber