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