Open G40styBoy opened 1 month ago
As of today after refactoring UPropertyManager, this is the next task at hand.
After many optimizations and refactoring, structs are now de-serialized concisely. Now I just need to pick a format for primitive types and de-serialize them in it.
Thanks to Hox8, I have a new idea as to how I want to de serialize static arrays. This new method will make the de serialized data void of duplicate keys, which is apparent in the current version of the tool. Its overall much more readable for the user.
E.G
Instead of
Struct Example of New Format
Steps to accomplishing this:
Dumping Data
Repackaging Data