From bc786755626a5e8b90bc8a1ff9a7cd2e0a4e44fc Mon Sep 17 00:00:00 2001 From: Morgan Brown Date: Tue, 23 May 2017 17:11:24 -0700 Subject: Scale back [Serializable] on CoreCLR types (dotnet/coreclr#11765) Removes SerializableAttribute from CoreCLR types not intended to be serializable as well as adding special handling to MulticastDelegate to prevent serializing delegates (which can't be correctly serialized cross platform/runtime). Signed-off-by: dotnet-bot --- src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs') diff --git a/src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs b/src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs index b962b1c42..ef7495f07 100644 --- a/src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs +++ b/src/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs @@ -23,7 +23,6 @@ namespace System.Globalization ============================================================================*/ - [Serializable] public class KoreanCalendar : Calendar { // -- cgit v1.2.3