|
-
August 31st, 2005, 08:27 AM
#1
Object serialization
How can i serialize an Excel charting Object to XML using
XmlSerializer IN .Net?
I tried serializing it ..but comes with an error "Cannot Serialize Interface
Excel.chart"
Let me know how we can do this
-
September 6th, 2005, 11:14 PM
#2
Re: Object serialization
 Originally Posted by kallzz
How can i serialize an Excel charting Object to XML using
XmlSerializer IN .Net?
I tried serializing it ..but comes with an error "Cannot Serialize Interface
Excel.chart"
Let me know how we can do this
As long as Excel Chart object is just COM object try to use native (for the COM) way of serialization object by using IStream interface.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|