using System;
namespace Knoks.Framework.Json
{
public class JsonIgnoreSerializeAttribute : Attribute { }
}