public class SessionAttributesCacheKeyExternalizer extends AbstractSimpleExternalizer<SessionAttributesCacheKey>
CacheKeyFactory for SessionAttributesCacheKeys.| Constructor and Description |
|---|
SessionAttributesCacheKeyExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributesCacheKey |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
SessionAttributesCacheKey key) |
getId, getTargetClass, getTypeClassespublic SessionAttributesCacheKeyExternalizer()
public void writeObject(ObjectOutput output, SessionAttributesCacheKey key) throws IOException
IOExceptionpublic SessionAttributesCacheKey readObject(ObjectInput input) throws IOException
IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.