-
Hi guys; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, Edit: |
Beta Was this translation helpful? Give feedback.
-
Hi guys; |
Beta Was this translation helpful? Give feedback.
-
Hello, Edit: |
Beta Was this translation helpful? Give feedback.
Hello,
You can store (nearly) any kind of object as root object. Using a custom object instead of a collection as root is always a good option. That object may be composed of several collections, values and references to other objects.
The main benefit is that you can easily add new members to the custom root object class later on.
Edit:
I almost forgot the most obvious point:
With such an custom root object you can structure your data in a more “natural” way. E.g., if you’re working on a shop, you can create a class “MyShop” as root that has Customers, Products, etc.