Searched refs:MaxDepth (Results 1 – 8 of 8) sorted by relevance
11 final class MaxDepth class
5 namespace JMS\Serializer\Tests\Fixtures\MaxDepth;
229 ``@MaxDepth`` annotation.236 use JMS\Serializer\Annotation\MaxDepth;242 /** @MaxDepth(1) */245 /** @MaxDepth(2) */261 You need to tell the serializer to take into account MaxDepth checks::
17 use JMS\Serializer\Annotation\MaxDepth; alias244 } elseif ($annot instanceof MaxDepth) {
132 - MaxDepth shows empty array property [\#148](https://github.com/schmittjoh/serializer/issues/148)169 - MaxDepth exclusion strategy for OneToMany \(ArrayCollection\) type triggers too many doctrine que…290 - @MaxDepth jms/serializer-bundle 2.2 [\#842](https://github.com/schmittjoh/serializer/issues/842)498 - When using MaxDepth, Serialization of an array entitiy is not working [\#132](https://github.com/…557 - @MaxDepth doesn't seem to be working [\#522](https://github.com/schmittjoh/serializer/issues/522)707 - Specify group along with MaxDepth [\#150](https://github.com/schmittjoh/serializer/issues/150)
84 @MaxDepth
68 use JMS\Serializer\Tests\Fixtures\MaxDepth\Gh236Foo;