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