Bug #9646, was updated on 2006-Dec-06 18:22 Here is a current snapshot of the bug.
Project: libsecondlife Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: jhurliman Assigned to : none Summary: Prim XML (De)serialization is Broken Details: We have not yet been successful is deserializing a list of prims from XML. The serialization appears to work correctly and multiple prims are output in to a list along with all of their parameters, but when deserializing back in to a List<PrimObject> structure lots of error callbacks occur, failing on nearly everything that is not an attribute. Maybe we have to generate an XSD (using xsd.exe included with the .NET 2.0 SDK) and use that for deserialization? More investigation is needed here. Follow-Ups: Date: 2006-Dec-08 02:04 By: lonecoder Comment: Fixed in rev 694. The problem was with LLUUID.ReadXml not moving the reader position up, so anything read after a uuid would be corrupt. ------------------------------------------------------- For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=9646&group_id=7710 _______________________________________________ Libsecondlife-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/libsecondlife-dev
