Searched refs:NullAwareVisitorInterface (Results 1 – 5 of 5) sorted by relevance
7 interface NullAwareVisitorInterface interface
16 final class XmlDeserializationVisitor extends AbstractVisitor implements NullAwareVisitorInterface,…
24 use JMS\Serializer\NullAwareVisitorInterface; alias112 …if ($this->visitor instanceof NullAwareVisitorInterface && true === $this->visitor->isNull($data))…
24 use JMS\Serializer\NullAwareVisitorInterface; alias128 …if ($this->visitor instanceof NullAwareVisitorInterface && true === $this->visitor->isNull($data))…
95 - NullAwareVisitorInterface::isNull second argument [\#823](https://github.com/schmittjoh/serialize…