|
11 | 11 | 6. [Properties](#Properties) |
12 | 12 | 7. [References to other objects](#References-to-other-objects) |
13 | 13 | + 7.1. [Associating by Reference](#Associating-by-Reference) |
| 14 | + + 7.1.1. [Batch Loading](#Batch-Loading) |
14 | 15 | + 7.2. [Aggregating by Embedding](#Aggregating-by-Embedding) |
15 | 16 | + 7.2.1. [Versioning Lists](#Versioning-Lists) |
16 | | - + 7.2.2 [List Ordinals](#List-Ordinals) |
17 | | - + 7.2.3 [The importance of Generic Types](#The-importance-of-Generic-Types) |
| 17 | + + 7.2.2. [List Ordinals](#List-Ordinals) |
| 18 | + + 7.2.3. [The importance of Generic Types](#The-importance-of-Generic-Types) |
18 | 19 | 8. [Advanced Features](#Advanced-Features) |
19 | 20 | + 8.1. [Placeholder replacement](#Placeholder-replacement) |
20 | 21 | + 8.2. [Subclasses](#Subclasses) |
21 | | - + 8.2.1 [Data Inheritance](#Data-Inheritance) |
22 | | - + 8.2.2 [Subclass Inheritance](#Subclass-Inheritance) |
| 22 | + + 8.2.1. [Data Inheritance](#Data-Inheritance) |
| 23 | + + 8.2.2. [Subclass Inheritance](#Subclass-Inheritance) |
23 | 24 | + 8.3. [Custom Object Converters](#Custom-Object-Converters) |
24 | 25 | 9. [External Configuration File](#External-Configuration-File) |
25 | | - + 9.1 [File Structure](#File-Structure) |
26 | | - + 9.1.1 [Key Structure](#Key-Structure) |
27 | | - + 9.1.2 [Bin Structure](#Bin-Structure) |
28 | | - + 9.1.3 [Embed Structure](#Embed-Structure) |
29 | | - + 9.1.4 [Reference Structure](#Reference-Structure) |
| 26 | + + 9.1. [File Structure](#File-Structure) |
| 27 | + + 9.1.1. [Key Structure](#Key-Structure) |
| 28 | + + 9.1.2. [Bin Structure](#Bin-Structure) |
| 29 | + + 9.1.3. [Embed Structure](#Embed-Structure) |
| 30 | + + 9.1.4. [Reference Structure](#Reference-Structure) |
30 | 31 | 10. [Virtual Lists](#Virtual-Lists) |
31 | 32 |
|
32 | 33 | # Motivation and a simple example |
|
0 commit comments