I want to serialize some custom classes and some C# types as `Dictionary` or `Hashtable`. Is there any way to write on top of Unity's custom serialization system? (e.g. overriding `ISerializable`)
↧