mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* refactor: move archive user inventory item serialization out to a separate file
This commit is contained in:
@@ -34,16 +34,14 @@ using OpenSim.Framework;
|
||||
namespace OpenSim.Framework.Serialization.External
|
||||
{
|
||||
/// <summary>
|
||||
/// Serialize and deserialize region settings for an archive file format.
|
||||
/// Serialize and deserialize region settings as an external format.
|
||||
/// </summary>
|
||||
/// We didn't simply use automatic .NET serializagion for OpenSim.Framework.RegionSettings since this is really
|
||||
/// a file format rather than an object serialization.
|
||||
public class RegionSettingsSerializer
|
||||
{
|
||||
protected static ASCIIEncoding m_asciiEncoding = new ASCIIEncoding();
|
||||
|
||||
/// <summary>
|
||||
/// Deserialize region settings
|
||||
/// Deserialize settings
|
||||
/// </summary>
|
||||
/// <param name="serializedSettings"></param>
|
||||
/// <returns></returns>
|
||||
@@ -54,7 +52,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Deserialize region settings
|
||||
/// Deserialize settings
|
||||
/// </summary>
|
||||
/// <param name="serializedSettings"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
Reference in New Issue
Block a user