SpongePowered/Configurate

BooleanSerializer docs (or functionality) is wrong

Machine-Maker opened this issue · 1 comments

The javadoc on the type says if its not a boolean, number, or one of the strings, it returns null. Instead it throws an exception.

Thanks for pointing this out -- back in the 3.x era, serializers could return null, but now they can't. I'll update the description.