|
Construct a socket serializer.
- Parameters:
-
| pSock | the socket object to serialize data to |
| hasType | if true, on output, type information will be written with the data. If false, type information will not be written with the data. Type information allows serialized sockets to be read by applications which do not understand the format of the data. A socket serializer must specify the same value for hasType for both writing and reading. |
| timeout | the number of milliseconds to wait for input or output operations to complete. If an operation does not complete within the specified time an MCTimedOut exception is thrown. |
|