OkaeriPoland / okaeri-configs

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

Simultaneous use of two different serializers for 1 data type #48

Open Kepchyk1101 opened 1 month ago

Kepchyk1101 commented 1 month ago

Is there a way to use 2 different data serializers for the same type in the same configuration?

I would like to use both the standard ItemStack serializer and the CraftItemStackSerializer for internal configuration, but it didn’t work out