geekyhacker.com
How to use alternative serializers instead of Jackson with Spring Boot
Spring Boot relies on the Jackson library as its default serializer and deserializer for objects. Jackson is included as a transitive dependency in the spring-boot-starter-web package. However, the…