Interface OStreamable
- All Known Implementing Classes:
ODistributedDatabaseChunk,ODistributedRequestId,ONewDeltaTaskResponse,OTransactionPhase1TaskResult
public interface OStreamable
Base interface of serialization that uses DataOutput and DataInput Java interfaces.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
-
Method Details
-
toStream
- Throws:
IOException
-
fromStream
- Throws:
IOException
-