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