public interface BackupOutput extends io.atomix.storage.buffer.BufferOutput<BackupOutput>
| Modifier and Type | Method and Description |
|---|---|
<U> BackupOutput |
writeObject(U object)
Serializes an object to the output.
|
close, flush, write, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeMedium, writeObject, writeShort, writeString, writeString, writeUnsignedByte, writeUnsignedInt, writeUnsignedMedium, writeUnsignedShort, writeUTF8<U> BackupOutput writeObject(U object)
U - the object typeobject - the object to serializeCopyright © 2013–2018. All rights reserved.