Hi all, time for another update.
- Fixed some bytecode generation bugs for classes annotated with @ConfigurationSerializable
- Added bytecode generation for conversion of arrays so that they can be properly deserialized from yaml list.
These code generation updates will open the door for me to start implementing conversion between Scala and Java collections, so that Scala collections will be serialized as yaml lists without plugin authors having to write that boilerplate themselves
That's it, thanks!