public interface ObjectTransferHandlerI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readObject(CompactObjectInput in,
int announcement)
Reads an object from the passed CompactObjectInput without using readObject,
taking into account the passed announcement marker.
|
java.lang.Object |
readObject(CompactObjectInput in,
int announcement,
java.lang.Class[] expectedClasses)
Reads an object from the passed CompactObjectInput without using readObject,
taking into account the passed announcement marker.
|
int |
writeAnnouncement(CompactObjectOutput out,
java.lang.Object o)
Writes an announcement marker for the passed class and possibly makes it
known on the receiving end using the passed CompactObjectOutput.
|
boolean |
writeObject(CompactObjectOutput out,
java.lang.Object o,
int writtenAnnouncement)
Writes the given object to the passed CompactObjectOutput without using writeObject.
|
static final java.lang.String $0
int writeAnnouncement(CompactObjectOutput out, java.lang.Object o) throws java.io.IOException
java.io.IOException
boolean writeObject(CompactObjectOutput out, java.lang.Object o, int writtenAnnouncement) throws java.io.IOException
java.io.IOException
java.lang.Object readObject(CompactObjectInput in, int announcement) throws java.io.IOException
java.io.IOException
java.lang.Object readObject(CompactObjectInput in, int announcement, java.lang.Class[] expectedClasses) throws java.io.IOException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.