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:

 My Attempt to learn AI  GPT Generative Pretrained Transformer Created by Google in 2017 with the publication of the paper "Attention ...

Popular in last 30 days