Replacing MemoryPack and BinaryFormatter with MessagePack, which covers a much wider range of .net frameworks

Removed all old Serialization tags and methods
Potentially Breaking Change: Removed InventoryNode.ParentID - This was an old serlization hack. Use Data.ParentUUID instead
This commit is contained in:
nooperation
2025-05-24 00:46:45 -04:00
parent f8558e541a
commit 2ae331bf05
14 changed files with 154 additions and 496 deletions

View File

@@ -29,7 +29,6 @@ using OpenMetaverse.Packets;
namespace OpenMetaverse
{
[Serializable]
public class TerrainPatch
{
#region Enums and Structs