so, if I have a class that I want to serialize wit...
# serialization
r
so, if I have a class that I want to serialize with a custom serializer, but don't want to add it in the annotation, and I'm using Spring Boot, so I don't call the framework directly, how can I register my serializer for use in my case?