CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Posts
    90

    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

  2. #2
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    Re: Object serialization

    Quote 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.
    Best regards,
    Igor Sukhov

    www.sukhov.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured