public static class VersionedEntry.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<VersionedEntry>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends VersionedEntry>> |
getTypeClasses() |
VersionedEntry |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
VersionedEntry object) |
public Set<Class<? extends VersionedEntry>> getTypeClasses()
getTypeClasses
in interface org.infinispan.commons.marshall.AdvancedExternalizer<VersionedEntry>
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<VersionedEntry>
public void writeObject(ObjectOutput output, VersionedEntry object) throws IOException
writeObject
in interface org.infinispan.commons.marshall.Externalizer<VersionedEntry>
IOException
public VersionedEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.infinispan.commons.marshall.Externalizer<VersionedEntry>
IOException
ClassNotFoundException
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.