Enable lazy deserialization

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1665

This topic has not yet been written. The content below is from the topic description.
By default lazy deserialization is disabled but if you want to enable it, you can do it like this:   Via XML at the Cache level, either under or elements: Programmatically: Configuration configuration = ... configuration.setUseLazyDeserialization(true);