How to Serialize Class That Contains WPF-Specific Variables e.g. Viewport3D, Translat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • quddusaliquddus
    New Member
    • May 2009
    • 23

    How to Serialize Class That Contains WPF-Specific Variables e.g. Viewport3D, Translat

    I am getting errors when trying to seralize a class that has variables of type specific to WPF e.g. ModelVisual3D, TranslateTransf orm3D, Viewport3D.

    How can I avoid these errors yet serialize the class as it is?
    Last edited by Niheel; May 27 '10, 10:37 PM. Reason: removed hi and thanks, fixed some punctuation stuff
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I hope you are aware that some classes are not serializable :)
    It would really help us to help you if you posted the errors that you are getting ;)

    -Frinny

    Comment

    • quddusaliquddus
      New Member
      • May 2009
      • 23

      #3
      Hi. I think u might be right about some things not being serializable. Threrfore I will not persue this further. Thanks

      Comment

      Working...