bugDotGNU Portable.NET - Bugs: bug #14340, XML Deserialization fails if the...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14340: XML Deserialization fails if the object contains a list

Submitter:  Peter Flaig <fliege>
Submitted:  Tue 30 Aug 2005 12:07:46 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 02 Sep 2005 01:35:56 PM UTC, comment #3: 

fixed in cvs

Deryk Robosson <drobosson>
Group Member
Fri 02 Sep 2005 09:06:00 AM UTC, comment #2: 

Sorry the correct line number is 441 in Version 1.2 of 'pnetlib\System.Xml\Serialization\XmlSerializationReaderInterpreter.cs'

Peter Flaig <fliege>
Tue 30 Aug 2005 12:28:32 PM UTC, comment #1: 

An additional 'Reader.read();' in line 447 of the file 'pnetlib\System.Xml\Serialization\XmlSerializationReaderInterpreter.cs' corrects my problem, but I dont' know if that was the right place.

Peter Flaig <fliege>
Tue 30 Aug 2005 12:07:46 PM UTC, original submission:  

XML Deserialization of an object with a list throws an exception.


public class testList
{
public test[] list;
}

Peter Flaig <fliege>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #3417:  Deserialize.zip added by fliege (3KiB - application/x-zip-compressed)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-02 drobosson Open/ClosedOpen Closed
2005-09-02 drobosson StatusNone Fixed
2005-08-30 fliege Attached File- Added Deserialize.zip, #2883

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code