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:
Post a Comment