From e8dbdb0955b4a1dff6f4d678019e4e398c266c9b Mon Sep 17 00:00:00 2001 From: Cinder Roxley Date: Fri, 30 Aug 2024 11:45:11 -0500 Subject: [PATCH] Warning for nerds --- LibreMetaverse/InternalDictionary.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreMetaverse/InternalDictionary.cs b/LibreMetaverse/InternalDictionary.cs index 169109c4..216adf98 100644 --- a/LibreMetaverse/InternalDictionary.cs +++ b/LibreMetaverse/InternalDictionary.cs @@ -96,6 +96,7 @@ namespace OpenMetaverse } } + [Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")] public void GetObjectData(SerializationInfo info, StreamingContext context) { lock (Dictionary)