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