public class DeltaAwareObjectOutput extends DelegatingObjectOutput
ObjectOutput
delegator that is aware of DeltaAware
.
When an instance of DeltaAware
is written, only the DeltaAware.delta()
are written to the underline
ObjectOutput
.
objectOutput
Constructor and Description |
---|
DeltaAwareObjectOutput(ObjectOutput objectOutput) |
Modifier and Type | Method and Description |
---|---|
void |
writeObject(Object obj) |
close, flush, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
public DeltaAwareObjectOutput(ObjectOutput objectOutput)
public void writeObject(Object obj) throws IOException
writeObject
in interface ObjectOutput
writeObject
in class DelegatingObjectOutput
IOException
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.