public class InfinispanBeanKeyExternalizer<I> extends AbstractSimpleExternalizer<InfinispanBeanKey<I>>
| Constructor and Description |
|---|
InfinispanBeanKeyExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
InfinispanBeanKey<I> |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
InfinispanBeanKey<I> key) |
getId, getTargetClass, getTypeClassespublic void writeObject(ObjectOutput output, InfinispanBeanKey<I> key) throws IOException
IOExceptionpublic InfinispanBeanKey<I> readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.