OSDN Git Service

Setting*クラスの Serializable 属性を除去 (CA2235)
authorKimura Youichi <kim.upsilon@bucyou.net>
Mon, 14 Jul 2014 05:23:32 +0000 (14:23 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Mon, 21 Jul 2014 06:27:17 +0000 (15:27 +0900)
http://msdn.microsoft.com/ja-jp/library/ms182349.aspx

OpenTween/Setting/SettingAtIdList.cs
OpenTween/Setting/SettingCommon.cs
OpenTween/Setting/SettingLocal.cs
OpenTween/Setting/SettingTabs.cs

index dcd70e7..25f58ab 100644 (file)
@@ -31,7 +31,6 @@ using System.Text;
 
 namespace OpenTween
 {
-    [Serializable]
     public class SettingAtIdList : SettingBase<SettingAtIdList>
     {
 #region Settingクラス基本
index 6a9e77c..a02a9a3 100644 (file)
@@ -32,7 +32,6 @@ using OpenTween.Thumbnail;
 
 namespace OpenTween
 {
-    [Serializable]
     public class SettingCommon : SettingBase<SettingCommon>
     {
 
index c439f90..8bfb1bb 100644 (file)
@@ -34,7 +34,6 @@ using OpenTween.Connection;
 
 namespace OpenTween
 {
-    [Serializable]
     public class SettingLocal : SettingBase<SettingLocal>, IDisposable
     {
 #region Settingクラス基本
index 1902f5f..212bd07 100644 (file)
@@ -31,7 +31,6 @@ using System.Text;
 
 namespace OpenTween
 {
-    [Serializable]
     public class SettingTabs : SettingBase<SettingTabs>
     {
 #region Settingクラス基本