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