public class OWLObjectOneOfSerializer extends OWLObjectSerializer<org.semanticweb.owlapi.model.OWLObjectOneOf>
| Constructor and Description |
|---|
OWLObjectOneOfSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.semanticweb.owlapi.model.OWLObjectOneOf |
readObject(BinaryOWLInputStream inputStream)
Reads the binary representation of an
OWLObject from a DataOutputStream. |
protected void |
writeObject(org.semanticweb.owlapi.model.OWLObjectOneOf object,
BinaryOWLOutputStream outputStream)
Writes a binary representation of an
OWLObject to a DataOutputStream. |
read, writeprotected void writeObject(org.semanticweb.owlapi.model.OWLObjectOneOf object,
BinaryOWLOutputStream outputStream)
throws IOException
OWLObjectSerializerOWLObject to a DataOutputStream. This method does NOT write the object type marker out -
only the data that represents the object.writeObject in class OWLObjectSerializer<org.semanticweb.owlapi.model.OWLObjectOneOf>object - The object to be written. Not null.IOException - if there was a problem with writing the object to the specified stream..protected org.semanticweb.owlapi.model.OWLObjectOneOf readObject(BinaryOWLInputStream inputStream) throws IOException, BinaryOWLParseException
OWLObjectSerializerOWLObject from a DataOutputStream. The representation is
NOT prefixed with the type marker for the object type.readObject in class OWLObjectSerializer<org.semanticweb.owlapi.model.OWLObjectOneOf>IOExceptionBinaryOWLParseExceptionCopyright © 2015. All Rights Reserved.