November 2017
Intermediate to advanced
398 pages
10h 14m
English
The object model API allows random access by specifying a tree-like structure in memory. Once the tree is structured, a specific element can be retrieved by navigating through nodes. This functionality makes this model more flexible however, it requires more memory. Hence, it’s not that efficient compare to the streaming model.