Search code examples
c#xml-serializationcom-interopdelphi.net

How Do I serialize a COM object in .Net?


I need serialize a Com Object using .net using c# or Delphi .Net is this possible?


Solution

  • You could probably do this by wrapping the COM object in a (serializable) .NET class, exposing the fields that you want serialized.