|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides user access to WebLogic's serialization. User-written classes that need to be marshalled between the WebLogic Server and T3Clients should implement either this interface or java.io.Serializable.
Implementing this interface requires that the programmer hand-write a readObject() and writeObject() method, which can lead to higher performance than regular java.io serialization.
The WLObjectInput and WLObjectOutput interfaces used as arguments for methods in this interface define the set of methods available for reading and writing data from and to the streams which will be used between the WebLogic Server and T3Client.
WLObjectInput
,
WLObjectOutput
Method Summary | |
void |
readObject(weblogic.common.WLObjectInput in)
Deprecated. Reads the object from a stream. |
void |
writeObject(weblogic.common.WLObjectOutput out)
Deprecated. Writes the object to a stream. |
Method Detail |
public void writeObject(weblogic.common.WLObjectOutput out) throws java.io.IOException
out
- WLObjectOutput objectpublic void readObject(weblogic.common.WLObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
in
- WLObjectInput object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |