Tag Archives: utterly mystified

[Solved] No serializer found for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor and no propert

@No serializer found for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor and no properties discovered to create BeanSerializer (to avoid exception, disable

Solution:
Add an annotation to the entity class.
@JsonIgnoreProperties(value = {“hibernateLazyInitializer”,“handler”})