public static class Schematic.DocumentChanges.Externalizer extends org.infinispan.marshall.AbstractExternalizer<Schematic.DocumentChanges>
Constructor and Description |
---|
Schematic.DocumentChanges.Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends Schematic.DocumentChanges>> |
getTypeClasses() |
Schematic.DocumentChanges |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
Schematic.DocumentChanges changes) |
public Schematic.DocumentChanges.Externalizer()
public void writeObject(ObjectOutput output, Schematic.DocumentChanges changes) throws IOException
IOException
public Schematic.DocumentChanges readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.marshall.AdvancedExternalizer<Schematic.DocumentChanges>
getId
in class org.infinispan.marshall.AbstractExternalizer<Schematic.DocumentChanges>
public Set<Class<? extends Schematic.DocumentChanges>> getTypeClasses()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.