public static class Binary.Externalizer extends SchematicExternalizer<Binary>
| Constructor and Description |
|---|
Binary.Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<Class<? extends Binary>> |
getTypeClasses() |
Binary |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
Binary value) |
public void writeObject(ObjectOutput output, Binary value) throws IOException
IOExceptionpublic Binary readObject(ObjectInput input) throws IOException
IOExceptionpublic Integer getId()
getId in class SchematicExternalizer<Binary>public Set<Class<? extends Binary>> getTypeClasses()
getTypeClasses in class SchematicExternalizer<Binary>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.