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