Issue with serializing Hibernate objects using XStream

前端 未结 6 1510
南笙
南笙 2021-02-04 19:52

I\'ve been facing this issue where, the hibernate objects on serialization produces unexpect xmls containing all the instrumented code from Hibernate.

We did some cleani

6条回答
  •  -上瘾入骨i
    2021-02-04 20:27

    XStream now provides a separate module/jar to handle Hibernate collections. Please see XStream's FAQ for an example.

提交回复
热议问题