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