public interface CustomMarshal
DataInputStream
Modifier and Type | Method and Description |
---|---|
void |
marshal(DataOutputStream os)
Marshal method has to be implemented by the Customized Marshal class.
|
void |
unmarshal(DataInputStream is)
Unmarshal method has to be implemented by the Customized Marshal class.
|
void marshal(DataOutputStream os)
os
- a DataOutputStreamvoid unmarshal(DataInputStream is)
is
- a DataInputStreamCopyright © 2021 JBoss by Red Hat. All rights reserved.