I need serialize a Com Object using .net using c# or Delphi .Net is this possible?
You could probably do this by wrapping the COM object in a (serializable) .NET class, exposing the fields that you want serialized.