M
M D
How do I get a stream in to a datagram and back out again? Problem is I
want to use a struck for an interprocess communication but I need to
parse the datagram to discover if the struct is what's being sent. Yet
Microsoft seems to think all serialization is to be done via streams and
datagrams via byte arrays.
thx
md
want to use a struck for an interprocess communication but I need to
parse the datagram to discover if the struct is what's being sent. Yet
Microsoft seems to think all serialization is to be done via streams and
datagrams via byte arrays.
thx
md