Hello everybody!
I am working on some application with PI and in one of my logic i need to send pointlist to another application via net.socket. in socket you can send byte array. it is easy to send and serialize!
so question is: if there is some function or maybe convertor object to convert poinlist to byte array!
i can do it with separating each point to object with properties name value and timestamp as string and after that serialize it to byte array
Maybe thereis moe easily way to do it?
Thank you!