Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order.

This brings it into line with other deserializations such as object and will improve future backward compatibility.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-02-03 22:21:54 +00:00
parent 1a18948935
commit f17066b7bf
6 changed files with 242 additions and 75 deletions

View File

@@ -41,8 +41,7 @@ namespace OpenSim.Framework.Serialization.External
{
/// <summary>
/// Serialize and deserialize user inventory items as an external format.
/// </summary>
/// XXX: Please do not use yet.
/// </summary>
public class UserInventoryItemSerializer
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);