|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExternalizable
Interface that needs to be implemented by classes that serialize / deserialize themselves.
Method Summary | |
---|---|
void |
readExternal(IDataInput input)
Load custom object from stream. |
void |
writeExternal(IDataOutput output)
Store custom object to stream. |
Method Detail |
---|
void readExternal(IDataInput input)
input
- object to be used for data loadingvoid writeExternal(IDataOutput output)
output
- object to be used for data storing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |