Jackson Basics, Custom Serializer for mongoDB Objectid with Jackson
Jackson and googl’s Gson library are the most leading JSON serializers available for java, in simple words these libraries can convert a given java object directly to its JSON equivalent. In this blog post I’m covering basics usage of Jackson few Jackson annotations creating custom serializer when needed for this tutorial you will be needingĀ jackson-core […]