Package | Description |
---|---|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalMarshaller.inject(ClassLoader loader,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
void |
VersionAwareMarshaller.inject(Configuration cfg,
ClassLoader loader,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
void |
CacheMarshaller.inject(Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
JBossMarshaller.inject(ExternalizerTable externalizerTable,
ClassLoader cl,
InvocationContextContainer icc,
GlobalConfiguration globalCfg) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.