Search Result

Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
deserialize
  •  

  • 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

  • Andrey Luiz
    started a topic xStream questions - How to desserialize XML.
    in Java

    xStream questions - How to desserialize XML.

    Hi guys.
    I'm doing my work for conclusion of college.
    I'm using xStream to manipulate XML. All is okay. To put on XML archive and other things. But, I have a problem:

    Example: My xml contains a tag <comments>, and inside this one, I have some more tags named <comment>. Look at a example code:

    Code:
    <comments>
       <comment>
          <id>1</id>
    ...
    See more | Go to post

  • Sanahmm
    started a topic Deserialization Logical Error
    in .NET

    Deserialization Logical Error

    Hi All
    I have a bad problem
    I hope someone help me as soon as
    I have a class with several properties and some of properties types are Collection of my other classes
    I Impliment ISerializable So i can Serialize Objects (Soap Serialize)
    But when I Want to Deserialize Object From XML file It Deserialize Internal Collection (I Trace it)
    Buuuuuuuuuuuut when Come back to Upper class Elements of Collections...
    See more | Go to post

  • Shone
    Guest started a topic XML Schema Validation + Deserialization
    in .NET

    XML Schema Validation + Deserialization

    I would like to perform a 2-pass XML reading from a stream. Once using
    the Validating reader, just to confirm the validity against the
    schema, and next time to do a reading to extract the data. Actually,
    second time I do a deserialization , the data from XML is fed directly
    to an object.

    The problem I am experiencing is the error at the second reading
    attempt, and error description implies that reader is...
    See more | Go to post
Working...