java
java copied to clipboard
ReflectionDecoderFactory isn't public
The docs indicate you need to call
JsoniterSpi.registerTypeDecoder(TestObject.class, ReflectionDecoderFactory.create(TestObject.class));
to enable reflection for a type but ReflectionDecoderFactory isn't a public class.