I'd like to provide a custom serializer for a POJO class. But that class cannot be modified so it's not possible to add a @TypeInfo annotation to it. Are there any other ways to register one?
- Is it possible to register a custom TypeInfoFactory without using... 杨力