R
Raymond Dynowski
Hello
I am writing a communications link and want to pass data structures between
two applications. When I use sockets, it is looking for a byte buffer to be
used to receive/send the data. How to I convert my own objects into a byte
array type?
For example in C this would have been a piece of cake, we just pass the
address of the data &myObject.
Thanks in advance
Ray
I am writing a communications link and want to pass data structures between
two applications. When I use sockets, it is looking for a byte buffer to be
used to receive/send the data. How to I convert my own objects into a byte
array type?
For example in C this would have been a piece of cake, we just pass the
address of the data &myObject.
Thanks in advance
Ray