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