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, getTypeClasses
public InfinispanBeanGroupEntryExternalizer()
public void writeObject(ObjectOutput output, InfinispanBeanGroupEntry<I,T> entry) throws IOException
IOException
public InfinispanBeanGroupEntry<I,T> readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014 JBoss by Red Hat. All rights reserved.