public class CoarseSSOCacheEntryExternalizer extends AbstractSimpleExternalizer<CoarseSSOCacheEntry<?>>
Constructor and Description |
---|
CoarseSSOCacheEntryExternalizer() |
Modifier and Type | Method and Description |
---|---|
CoarseSSOCacheEntry<?> |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
CoarseSSOCacheEntry<?> entry) |
getId, getTargetClass, getTypeClasses
public void writeObject(ObjectOutput output, CoarseSSOCacheEntry<?> entry) throws IOException
IOException
public CoarseSSOCacheEntry<?> readObject(ObjectInput input) throws IOException
IOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.