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, getTypeClasses
public void writeObject(ObjectOutput output, UUID uuid) throws IOException
IOException
public UUID readObject(ObjectInput input) throws IOException
IOException
Copyright © 2014 JBoss by Red Hat. All rights reserved.