diff options
author | Justin Clarke Casey | 2009-04-23 20:15:05 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-23 20:15:05 +0000 |
commit | 1ccc99a3f9d96fbdea478be7e7df427a9e5377a7 (patch) | |
tree | 713222af91ebef24e5604efffc9e6b1c68a7700b /OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs | |
parent | * Allow interested user data plugins to store temporary user profiles (diff) | |
download | opensim-SC-1ccc99a3f9d96fbdea478be7e7df427a9e5377a7.zip opensim-SC-1ccc99a3f9d96fbdea478be7e7df427a9e5377a7.tar.gz opensim-SC-1ccc99a3f9d96fbdea478be7e7df427a9e5377a7.tar.bz2 opensim-SC-1ccc99a3f9d96fbdea478be7e7df427a9e5377a7.tar.xz |
* refactor: move archive user inventory item serialization out to a separate file
Diffstat (limited to 'OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs')
-rw-r--r-- | OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs b/OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs index 3ee9e1b..232ad4e 100644 --- a/OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs +++ b/OpenSim/Framework/Serialization/External/RegionSettingsSerializer.cs | |||
@@ -34,16 +34,14 @@ using OpenSim.Framework; | |||
34 | namespace OpenSim.Framework.Serialization.External | 34 | namespace OpenSim.Framework.Serialization.External |
35 | { | 35 | { |
36 | /// <summary> | 36 | /// <summary> |
37 | /// Serialize and deserialize region settings for an archive file format. | 37 | /// Serialize and deserialize region settings as an external format. |
38 | /// </summary> | 38 | /// </summary> |
39 | /// We didn't simply use automatic .NET serializagion for OpenSim.Framework.RegionSettings since this is really | ||
40 | /// a file format rather than an object serialization. | ||
41 | public class RegionSettingsSerializer | 39 | public class RegionSettingsSerializer |
42 | { | 40 | { |
43 | protected static ASCIIEncoding m_asciiEncoding = new ASCIIEncoding(); | 41 | protected static ASCIIEncoding m_asciiEncoding = new ASCIIEncoding(); |
44 | 42 | ||
45 | /// <summary> | 43 | /// <summary> |
46 | /// Deserialize region settings | 44 | /// Deserialize settings |
47 | /// </summary> | 45 | /// </summary> |
48 | /// <param name="serializedSettings"></param> | 46 | /// <param name="serializedSettings"></param> |
49 | /// <returns></returns> | 47 | /// <returns></returns> |
@@ -54,7 +52,7 @@ namespace OpenSim.Framework.Serialization.External | |||
54 | } | 52 | } |
55 | 53 | ||
56 | /// <summary> | 54 | /// <summary> |
57 | /// Deserialize region settings | 55 | /// Deserialize settings |
58 | /// </summary> | 56 | /// </summary> |
59 | /// <param name="serializedSettings"></param> | 57 | /// <param name="serializedSettings"></param> |
60 | /// <returns></returns> | 58 | /// <returns></returns> |