public static class TransientMortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientMortalCacheValue>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends TransientMortalCacheValue>> |
getTypeClasses() |
TransientMortalCacheValue |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
TransientMortalCacheValue value) |
public void writeObject(ObjectOutput output, TransientMortalCacheValue value) throws IOException
IOException
public TransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<TransientMortalCacheValue>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<TransientMortalCacheValue>
public Set<Class<? extends TransientMortalCacheValue>> getTypeClasses()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.