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

@@ -33,8 +33,11 @@ using OpenSim.Framework;
namespace OpenSim.Framework.Serialization.External
{
/// <summary>
/// Serialize and deserialize region settings as an external format.
/// Serialize and deserialize user profiles as an external format.
/// </summary>
/// <remarks>
/// Currently UNUSED.
/// </remarks>
public class UserProfileSerializer
{
public const int MAJOR_VERSION = 0;