📄️ Collections
You can serialize collections, but there are some caveats.
📄️ Nesting classes
The one rule you can't break when serializing nested classes (doctors hate him!).
📄️ Inheritance
Does inheritance work? Yes.
📄️ Reference loops
Reference loops in objects serialized by value are ignored. Something like this:
📄️ The Pending References System
How are references retrieved when loading?