* * @ExclusionPolicy("all") */ class AllExcludedObject { private $foo = 'foo'; /** * @Expose */ private $bar = 'bar'; }