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, getTypeClasses
public void writeObject(ObjectOutput output, CoarseSessionCacheEntry<Object> entry) throws IOException
IOException
public CoarseSessionCacheEntry<Object> readObject(ObjectInput input) throws IOException
IOException
Copyright © 2014 JBoss by Red Hat. All rights reserved.