public class UUIDExternalizer extends Object implements Externalizer<UUID>
Externalizer for UUID instances.| Constructor and Description |
|---|
UUIDExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<UUID> |
getTargetClass() |
UUID |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
UUID uuid) |
public void writeObject(ObjectOutput output, UUID uuid) throws IOException
writeObject in interface Externalizer<UUID>IOExceptionpublic UUID readObject(ObjectInput input) throws IOException
readObject in interface Externalizer<UUID>IOExceptionpublic Class<UUID> getTargetClass()
getTargetClass in interface Externalizer<UUID>Copyright © 2020 JBoss by Red Hat. All rights reserved.