RE: XML Deserialization (IXmlSerializable implementation)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi John,

Could you show me how you serialize and deserialize the array? I'm trying
to make a repro on my computer so that I can make a better troubleshooting.
Thanks!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.



Relevant Pages

  • Re: Serialize/DeSerialize Generics List
    ... a bit of a brain fart there: I said "Deserialize" when I meant ... "Serialize" a bunch of times. ... from Array. ... converted to-and-from your hidden List property (converting from lists ...
    (microsoft.public.dotnet.languages.csharp)
  • Overridden XML serialization is deserializing incorrectly.
    ... So I'm using XmlSerializer to serialize out a wrapper object that ... an array of types to be included in the serialization. ... MethodToTest.Result deserialize as objects and I could tell what they ... Here is the class definition for the MethodToTest object: ...
    (microsoft.public.dotnet.languages.csharp)
  • Serialization Performance
    ... In my test sample the array that I'm serializing ... On my system this array takes ~55 seconds to serialize and deserialize while ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Serialization
    ... But the array I defined is inside a structure. ... Define the second class which inherits from the class on line 1. ... Serialize an instance of the second class,no error occurs. ... Deserialize the file from line 4. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Serializing data set with de-normalized data
    ... You have very limited ability to affect the XML output and the only things ... array, you'll need to create each of those values and separate them with ... some delimmiter and ultimately treat them as one value. ... ComplexType and define your own effective Array, that should serialize ...
    (microsoft.public.dotnet.framework.adonet)