public class UUIDExternalizer extends AbstractSimpleExternalizer<UUID>
| Constructor and Description |
|---|
UUIDExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
UUID uuid) |
getId, getTargetClass, getTypeClassespublic void writeObject(ObjectOutput output, UUID uuid) throws IOException
IOExceptionpublic UUID readObject(ObjectInput input) throws IOException
IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.