Hello to all.
Is it possible to serialize a COM object?
I'm trying to write an application which needs ADODB to work on databases. I was thinking to use a COM object which does some stuff in conjunction with session data. Because of non-persistent sessions, I need to serialize this object.
Does anyone know if it is possible?
Thanks in advance.