User Profile

Collapse

Profile Sidebar

Collapse
Shea
Shea
Last Activity: Apr 21 '11, 03:20 AM
Joined: Apr 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RE: You can serialize and deserialize the entire class by doing this:

    Fernando,
    Thank you for the quick response. I am already using similar code to deserialize/serialize my objects. I forgot to illustrate that. I use a generic class, that I made (feel free to copy), to encapsulate the serialization code. See below:
    Code:
    <Serializable()> _
    Public MustInherit Class XMLSerializable(Of T)
    ...
    See more | Go to post

    Leave a comment:


  • How can I use XMLSerializer and XML attributes to deserialize "numbered array"?

    I am trying to deserialize an non-standard XML array, returned by some sort of Perl web script, in a VB.NET client application.

    Take for example, the following XML:
    Code:
    <MyObject>
      <...other fields...>
      <MyItems>
        <Item1>abcdefg</Item1>
        <Length1>7</Length1>
        <Item2>abcd</Item2>
        <Length2>4</Length2>
    ...
    See more | Go to post
No activity results to display
Show More
Working...