Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException


Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException

I am using Spring Boot v1.5.7

Solution :
Just make sure the Data objects classes are serialized, meaning make them implements Serializable.

Hope this helps :)

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days