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