Serialising/Deserialising structures

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stu

    #1

    Serialising/Deserialising structures

    Hi,

    I have a structure which contains an array of structures
    and I would like to be able to serialise/deserialise this
    Any ideas

    Tia

    Stu
  • Ken Tucker [MVP]

    #2
    Re: Serialising/Deserialising structures

    Hi,

    I would use a class instead of a structure and serialize that.




    Ken
    ------------------
    "Stu" <Stu@discussion s.microsoft.com > wrote in message
    news:D4691A26-5D63-474A-BB11-A4408AA14773@mi crosoft.com...
    Hi,

    I have a structure which contains an array of structures
    and I would like to be able to serialise/deserialise this
    Any ideas

    Tia

    Stu


    Comment

    Working...