Part II : Jackson Mix-ins, De/serializing third party objects with better control
Hello Friends, Welcome to my blog. Today in this blog we will be talking on Jackson Mix-ins feature, which allows us to have better control over the serialization of third party classes in which we cannot add our Jackson annotations.
Let's look at below example, Here we are using the Exception class from the java.lang package and we wanted to use this class to represent error object in our...