Lines Matching refs:be

6 This annotation can be defined on a class to indicate the exclusion strategy
7 that should be used for the class.
13 | | with @Expose will be serialized/unserialized |
16 | | those marked with @Exclude will be serialized/unserialized |
21 This annotation can be defined on a property to indicate that the property should
22 not be serialized/unserialized. Works only in combination with NoneExclusionPolicy.
25 be possible to use ``@Exclude(if="expression")`` to exclude dynamically a property.
29 This annotation can be defined on a property to indicate that the property should
30 be serialized/unserialized. Works only in combination with AllExclusionPolicy.
33 be possible to use ``@Expose(if="expression")`` to expose dynamically a property.
37 This annotation can be defined on a property to indicate that the property should
38 not be serialized if the result will be "empty".
44 This annotation can be defined on a property to define the serialized name for a
45 property. If this is not defined, the property will be translated from camel-case
66 This annotation can be defined on a property to specify starting from which
68 this property is excluded automatically. The version must be in a format that is
73 This annotation can be defined on a property to specify until which version this
75 excluded automatically. The version must be in a format that is understood by
80 This annotation can be defined on a property to specify if the property
81 should be serialized when only serializing specific groups (see
86 This annotation can be defined on a property to limit the depth to which the
87 content will be serialized. It is very useful when a property will contain a
92 This annotation can be defined on a property, or a class to specify in which way
93 the properties should be accessed. By default, the serializer will retrieve, or
119 This annotation can be defined on a property to specify which public method should
120 be called to retrieve, or set the value of the given property:
153 This annotation can be defined on a class to control the order of properties. By
208 This annotation can be defined on a method to indicate that the data returned by
211 A virtual property can be defined for a method of an object to serialize and can be
270 This annotation can be defined on a property to indicate that the data of the property
271 should be inlined.
273 **Note**: AccessorOrder will be using the name of the property to determine the order.
277 This annotation can be defined on a property to indicate that the data of the property
278 is read only and cannot be set during deserialization.
280 A property can be marked as non read only with ``@ReadOnly(false)`` annotation (useful when a class…
284 This annotation can be defined on a method which is supposed to be called before
289 This annotation can be defined on a method which is then called directly after the
294 This annotation can be defined on a method which is supposed to be called after
304 where a common base class exists. The ``@Discriminator`` annotation has to be applied
321 This annotation can be defined on a property to specify the type of that property.
322 For deserialization, this annotation must be defined.
323 The ``@Type`` annotation can have parameters and parameters can be used by serialization/deserializ…
325 force a certain format to be used for serializing DateTime types and specifying at the same time a …
343 | array<T> | A list of type T (T can be any availab…
381 | ArrayCollection<T> | Similar to array<T>, but will be deser…
384 | ArrayCollection<K, V> | Similar to array<K, V>, but will be de…
387 | Generator | Similar to array, but will be deserial…
390 | Generator<T> | Similar to array<T>, but will be deser…
393 | Generator<K, V> | Similar to array<K, V>, but will be de…
396 | ArrayIterator | Similar to array, but will be deserial…
399 | ArrayIterator<T> | Similar to array<T>, but will be deser…
402 | ArrayIterator<K, V> | Similar to array<K, V>, but will be de…
406 … default format is `\DateTime::ATOM` (the real ISO-8601 format) but it can be changed in `configur…
500 This allows you to mark properties which should be set as attributes,
592 This allows you to mark properties which should be set as the value of the
624 This allows you to define several properties of how arrays should be
625 serialized. This is very similar to @XmlMap, and should be used if the
682 …When a key is an invalid xml tag name (e.g. 1_foo) the tag name *entry* will be used instead of th…
712 This annotation can be defined on a property to add additional xml serialization/deserialization pr…