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:
@@ -29,7 +29,6 @@ using OpenMetaverse.Packets;
|
||||
|
||||
namespace OpenMetaverse
|
||||
{
|
||||
[Serializable]
|
||||
public class TerrainPatch
|
||||
{
|
||||
#region Enums and Structs
|
||||
|
||||
Reference in New Issue
Block a user