Lines Matching refs:property

21 This annotation can be defined on a property to indicate that the property should
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
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
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
67 version this property is available. If an earlier version is serialized, then
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
74 property was available. If a later version is serialized, then this property is
80 This annotation can be defined on a property to specify if the property
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
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:
149 setting the property as read-only using the ``@ReadOnly`` annotation.
209 the method should appear like a property of the object.
211 A virtual property can be defined for a method of an object to serialize and can be
261 ``@VirtualProperty()`` can also have an optional property ``name``, used to define the internal pro…
270 This annotation can be defined on a property to indicate that the data of the property
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
280 A property can be marked as non read only with ``@ReadOnly(false)`` annotation (useful when a class…
321 This annotation can be defined on a property to specify the type of that property.
595 XMlValue also has property cdata. Which has the same meaning as the one in
712 This annotation can be defined on a property to add additional xml serialization/deserialization pr…