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