public interface CustomMarshal
DataOutputStream,
DataInputStream| Modifier and Type | Method and Description |
|---|---|
void |
marshal(DataOutputStream os)
Marshal method has to be implemented by the Customized Marshal class
This is the method invoked for Marshalling.
|
void |
unmarshal(DataInputStream is)
Unmarshal method has to be implemented by the Customized Marshal class
This is the method invoked for Unmarshalling.
|
void marshal(DataOutputStream os)
os - a DataOutputStreamvoid unmarshal(DataInputStream is)
is - a DataInputStreamCopyright © 2017–2023 Eclipse Foundation. All rights reserved.