Hi..
Is there any simple (maybe embedded) way to serialize/deserialize an object? I want to return an
object from a server to a calling client. My solution would be to use the Delphi functions "ObjectTextToBinary"
and "ObjectBinaryToText" and asBinaryStream...but is there any smarter solution for sending Delphi
objects between client/server?
If using "asBinaryStream", do you've any example how to use this on client/server-sides? My implementation
ends up with a lot of AV's
Best regards,
Marc