AutoConfig icon indicating copy to clipboard operation
AutoConfig copied to clipboard

Config break using JanksonConfigSerializer

Open Slexom opened this issue 4 years ago • 0 comments

Using the JanksonConfigSerializer if a config file is not present it generate the file correctly. If, instead, a configuration is already present(like a second run) the entries generated by inner classes(in a ModConfig class) are all set to null and their fileds are removed. Using GSON or TOML I not have this issue.

Slexom avatar Jul 28 '20 22:07 Slexom