Lines Matching refs:a

6 This annotation can be defined on a class to indicate the exclusion strategy
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
46 to a lower-cased underscored name, e.g. camelCase -> 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
74 property was available. If a later version is serialized, then this property is
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
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
94 set the value via reflection, but you may change this to use a public method instead:
119 This annotation can be defined on a property to specify which public method should
148 If you need only to serialize your data, you can avoid providing a setter by
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
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
270 This annotation can be defined on a property to indicate that the data of the property
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…
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.
325 force a certain format to be used for serializing DateTime types and specifying at the same time a
360 | | specify a specific timezone, use an em…
374 | | to specify a specific timezone, use an…
379 | T | Where T is a fully qualified class nam…
535 | attribute | use an attribute instead of a child node |
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…