public class DeltaAwareObjectOutput
extends org.infinispan.commons.marshall.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
.
Constructor and Description |
---|
DeltaAwareObjectOutput(ObjectOutput objectOutput) |
Modifier and Type | Method and Description |
---|---|
void |
writeObject(Object obj) |
public DeltaAwareObjectOutput(ObjectOutput objectOutput)
public void writeObject(Object obj) throws IOException
writeObject
in interface ObjectOutput
writeObject
in class org.infinispan.commons.marshall.DelegatingObjectOutput
IOException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.