|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Marshallable
This interface specifies the two methods, marshalObject() and unmarshalObject(), that must be implemented by a class that supports marshalling
Method Summary | |
---|---|
void |
marshalObject(AOByteBuffer buf)
Marshal the object into the byte buffer argument. |
java.lang.Object |
unmarshalObject(AOByteBuffer buf)
Unmarshal from the byte buffer argument, returning an Object that containing the unmarshalled state. |
Method Detail |
---|
void marshalObject(AOByteBuffer buf)
buf
- The byte bufferjava.lang.Object unmarshalObject(AOByteBuffer buf)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |