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