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