Package com. orange. webcom. dessert
Exposes classes and functions relative to serialization/deserialization of data to/from the Webcom back end.
Types
Annotation that defines a specific key for deserializing a JSON property to a POJO class attribute.
Annotation that prevents a POJO class attribute from being serialized when it is null
.
This annotation is intended to POJO classes only!**
Annotation that defines a specific key for serializing a JSON property from a POJO class attribute.
A Date subclass that is serialized into an integer timestamp (milliseconds since Unix Epoch) within the tree-like data stored within the Webcom Datasync service.
Represents the value of a tree node.
Functions
Shortcut to the TreeLikeData.asA method.
Shortcut to the TreeLikeData.asListOf method.
Shortcut to the TreeLikeData.asMapOf method.