diff options
author | Justin Clark-Casey (justincc) | 2012-02-03 22:21:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-03 22:21:54 +0000 |
commit | f17066b7bf27c22448d883e0af9d20a42f671b62 (patch) | |
tree | c1b4fed29d33d2055dd990fd53c616a8fe1e8f60 /OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs | |
parent | Corrected console help texts for "save iar" (diff) | |
download | opensim-SC-f17066b7bf27c22448d883e0af9d20a42f671b62.zip opensim-SC-f17066b7bf27c22448d883e0af9d20a42f671b62.tar.gz opensim-SC-f17066b7bf27c22448d883e0af9d20a42f671b62.tar.bz2 opensim-SC-f17066b7bf27c22448d883e0af9d20a42f671b62.tar.xz |
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.
Diffstat (limited to 'OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs')
-rw-r--r-- | OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs b/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs index f138437..5d986d5 100644 --- a/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs +++ b/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs | |||
@@ -41,8 +41,7 @@ namespace OpenSim.Framework.Serialization.External | |||
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
43 | /// Serialize and deserialize user inventory items as an external format. | 43 | /// Serialize and deserialize user inventory items as an external format. |
44 | /// </summary> | 44 | /// </summary> |
45 | /// XXX: Please do not use yet. | ||
46 | public class UserInventoryItemSerializer | 45 | public class UserInventoryItemSerializer |
47 | { | 46 | { |
48 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |