mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-22 12:09:35 +08:00
初始化
This commit is contained in:
13
CPF.Windows/Json/Attribute/JsonOnlyIncludeAttribute.cs
Normal file
13
CPF.Windows/Json/Attribute/JsonOnlyIncludeAttribute.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace CPF.Windows.Json
|
||||
{
|
||||
/// <summary>
|
||||
/// 序列化仅包含此元素,和Ignore相反
|
||||
/// Serialization contains only this element, as opposed to Ignore
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class JsonOnlyIncludeAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user