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