C
coltrane
Well my problem has one added item, the serialized object is read from
a network stream.
so....
I have a server that reads a serialized object from a network stream
and I need to write that serialized object to disk without
deserializing it. The serialized object comes over the wire as a blob
and there is no info such as size. Am I suppose to determine the
number of bytes and write it out as a byte array? This doesn't seem
like the right answer.
any help would be appreciated
john
a network stream.
so....
I have a server that reads a serialized object from a network stream
and I need to write that serialized object to disk without
deserializing it. The serialized object comes over the wire as a blob
and there is no info such as size. Am I suppose to determine the
number of bytes and write it out as a byte array? This doesn't seem
like the right answer.
any help would be appreciated
john