QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

implement `@SerializedName` annotation, make default serializers public #14

Closed ix0rai closed 9 months ago

ix0rai commented 9 months ago

other changes of note:

fixes #13 fixes #12

these are the two design things that keep me from absolutely loving qconf right now. if there's a reason these changes shouldn't be made let's argue!

ix0rai commented 9 months ago

ci fail is just licenses

ix0rai commented 9 months ago

todo: throw an error for empty serialized name (maybe possible to validate duplicates too?)