|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The serialization interface of OceanStore. To inherit from this
interface, in addition to defining a serialize
function, a
class should also define a deserialization constructor of the following
form
Constructor (InputBuffer buffer) throws QSException { ... }which is an inverse of the serialization function (loosely speaking). The throws clause is optional.
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
Method Detail |
public void serialize(OutputBuffer buffer)
buffer
.
buffer
- the output buffer to add the object to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |