|
I get the following error when I try to serialize a list of objects I retrieved with Hibernate Search. The problem is the objects are not initialized and Hibernate.initalize() does not seem to work in Hibernate OGM. No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer
|