OkaeriPoland / okaeri-configs

Simple Java/POJO config library written with love and Lombok
MIT License
77 stars 11 forks source link

more flexible ObjectSerializer #1

Closed crejk closed 3 years ago

crejk commented 3 years ago

Currently, ObjectSerializer is quite inflexible. In my scenario, I want to create a reflection-based implementation that works only for data class from Kotlin. With the current implementation, I'm not able to do that.

dasavick commented 3 years ago

lombok > kotlin's data class