Will Unity not serialize nested lists such as:
List
- > nList = new List
- >();
How can we serialize this list?