org.infinispan.schematic.internal
Class SchematicEntryDelta.Externalizer
java.lang.Object
org.infinispan.schematic.internal.SchematicExternalizer<SchematicEntryDelta>
org.infinispan.schematic.internal.SchematicEntryDelta.Externalizer
- All Implemented Interfaces:
- Serializable, org.infinispan.marshall.Externalizer<SchematicEntryDelta>
- Enclosing class:
- SchematicEntryDelta
public static class SchematicEntryDelta.Externalizer
- extends SchematicExternalizer<SchematicEntryDelta>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchematicEntryDelta.Externalizer
public SchematicEntryDelta.Externalizer()
writeObject
public void writeObject(ObjectOutput output,
SchematicEntryDelta delta)
throws IOException
- Throws:
IOException
readObject
public SchematicEntryDelta readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
getId
public Integer getId()
- Specified by:
getId
in class SchematicExternalizer<SchematicEntryDelta>
getTypeClasses
public Set<Class<? extends SchematicEntryDelta>> getTypeClasses()
- Specified by:
getTypeClasses
in class SchematicExternalizer<SchematicEntryDelta>
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.