org.infinispan.config
Class Configuration.LazyDeserialization
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.BooleanAttributeType
org.infinispan.config.Configuration.LazyDeserialization
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
- Enclosing class:
- Configuration
public static class Configuration.LazyDeserialization
- extends Configuration.BooleanAttributeType
A mechanism by which serialization and deserialization of objects is deferred till the point in time in which they
are used and needed. This typically means that any deserialization happens using the thread context class loader
of the invocation that requires deserialization, and is an effective mechanism to provide classloader isolation.
- See Also:
- Configuration reference,
Serialized Form
Configuration.LazyDeserialization
public Configuration.LazyDeserialization()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.