* refactor: move archive user inventory item serialization out to a separate file

This commit is contained in:
Justin Clarke Casey
2009-04-23 20:15:05 +00:00
parent 0d51c22620
commit 1ccc99a3f9
8 changed files with 295 additions and 223 deletions

View File

@@ -33,10 +33,8 @@ 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 use automatic .NET serialization since this is really
/// a file format rather than an object serialization.
public class UserProfileSerializer
{
public const int MAJOR_VERSION = 0;