Object-oriented database Wiki
Object-Oriented Database in C# with PowerShell interface
Status: Alpha
Brought to you by:
engitex
1. Arrays/lists of "simple" (value) types are:
2. Strings
3. The following types can be stored in OODB apart from value types:

4. Arrays of Hashtables
Hashtable[]
and lists of OODBobjects
List<OODBobject>
are supported too.
Hashtable[] arrays may contain hashtables with different data fields and taking different amount of memory.List<OODBobject> as well as OODBobject[] are supposed to contain objects of the same class, e.g. TestComplex class from the demo example.^ Top-level object is the one that is not nested within another object and is not an element of a list/array.