Provides an input stream for deserialization.
Parameters: |
|
---|
Returns the string used to feed the input stream.
Return type: | string |
---|
Move the access pointer to p.
Parameters: |
|
---|
Changes the input stream to s and set the access pointer to 0.
Parameters: |
|
---|
Provides an output stream for serialization. This class uses a string to hold data in binary format.
Returns the binary stream.
Return type: | binary string |
---|