当前位置: 首页 > news >正文

网站开发 站长统计长沙百度快速排名优化

网站开发 站长统计,长沙百度快速排名优化,黄网站怎样建设,怎么做网页链接跳转使用Newtonsoft.Json将数据对象序列化为Json字符串时,如果有布尔类型的属性值时,一般会将bool类型序列化为字符串,true值序列化为true,false值序列化为false。如下面的类型序列化后的结果如下: public class UserInfo…

  使用Newtonsoft.Json将数据对象序列化为Json字符串时,如果有布尔类型的属性值时,一般会将bool类型序列化为字符串,true值序列化为true,false值序列化为false。如下面的类型序列化后的结果如下:

public class UserInfo
{public string Name { get; set; }public string Email { get; set; }public string Password { get; set; }public bool isActive { get; set; }
}UserInfo user = new UserInfo();
user.Name = "Test";
user.Email = "123456@qq.com";
user.isActive = true;Console.WriteLine(JsonConvert.SerializeObject(user));

在这里插入图片描述
  如果序列化时需要将布尔值序列化为数字,则需要借助JsonConverter特性类指定专门的转换类执行转换操作,但Newtonsoft.Json.Converters命名空间下并没有提供相应的转换类,需要继承JsonConverter或者JsonConverter类自定义转换类。
在这里插入图片描述

  本文测试时定义Bool2IntConverter并继承自类JsonConverter,后者中的主要方法及属性定义如下,由于仅测试序列化,因此在Bool2IntConverter中仅需着重处理WriteJson和CanConvert即可,主要代码如下:
在这里插入图片描述

public class Bool2IntConverter : JsonConverter
{public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer){if (value == null){writer.WriteValue(0);return;}bool bValue=(bool)value;writer.WriteValue(bValue?1:0);}public override object? ReadJson(JsonReader reader, Type objectType, object? existingValue, JsonSerializer serializer){return null;}public override bool CanConvert(Type objectType){if (objectType == typeof(Boolean) || objectType == typeof(Boolean?)){return true;}return false;}
}

  使用Bool2IntConverter类的方式及测试结果如下所示:

 public class UserInfo{public string Name { get; set; }public string Email { get; set; }public string Password { get; set; }[JsonConverter(typeof(Bool2IntConverter))]public bool isActive { get; set; }}

在这里插入图片描述

参考文献:
[1]百度AI自动生成
[2]https://www.cnblogs.com/yanweidie/p/4605212.html


文章转载自:
http://consonantalize.dztp.cn
http://equipment.dztp.cn
http://valley.dztp.cn
http://cocksy.dztp.cn
http://newsmagazine.dztp.cn
http://egomaniacally.dztp.cn
http://dilettantish.dztp.cn
http://uncultured.dztp.cn
http://locally.dztp.cn
http://bottlekhana.dztp.cn
http://dissuade.dztp.cn
http://kayf.dztp.cn
http://stockinet.dztp.cn
http://luthern.dztp.cn
http://folacin.dztp.cn
http://stave.dztp.cn
http://hypnosophy.dztp.cn
http://multivalued.dztp.cn
http://frisette.dztp.cn
http://alloantibody.dztp.cn
http://supersensuous.dztp.cn
http://nuaaw.dztp.cn
http://endmost.dztp.cn
http://illinois.dztp.cn
http://brownness.dztp.cn
http://sexagenarian.dztp.cn
http://quacksalver.dztp.cn
http://thralldom.dztp.cn
http://ultrasonogram.dztp.cn
http://prolonged.dztp.cn
http://knob.dztp.cn
http://nonobedience.dztp.cn
http://canonicate.dztp.cn
http://podsol.dztp.cn
http://portreeve.dztp.cn
http://heterochromous.dztp.cn
http://cam.dztp.cn
http://kalimba.dztp.cn
http://riband.dztp.cn
http://thingumajig.dztp.cn
http://fisk.dztp.cn
http://hopping.dztp.cn
http://premedical.dztp.cn
http://bullroarer.dztp.cn
http://diversified.dztp.cn
http://nutation.dztp.cn
http://baroceptor.dztp.cn
http://cancerate.dztp.cn
http://paradoxist.dztp.cn
http://immobilism.dztp.cn
http://cainite.dztp.cn
http://vascularity.dztp.cn
http://sojourner.dztp.cn
http://phelps.dztp.cn
http://tarpon.dztp.cn
http://axunge.dztp.cn
http://delightful.dztp.cn
http://superparasite.dztp.cn
http://defamatory.dztp.cn
http://hmbs.dztp.cn
http://fibrinoid.dztp.cn
http://staminodium.dztp.cn
http://secrete.dztp.cn
http://phanerocrystalline.dztp.cn
http://generitype.dztp.cn
http://glycyrrhiza.dztp.cn
http://kelly.dztp.cn
http://tubicolous.dztp.cn
http://unconformable.dztp.cn
http://englander.dztp.cn
http://hdf.dztp.cn
http://cosiness.dztp.cn
http://polyphyletic.dztp.cn
http://abdicate.dztp.cn
http://weazand.dztp.cn
http://zamindari.dztp.cn
http://bignonia.dztp.cn
http://liveliness.dztp.cn
http://laminable.dztp.cn
http://undereducation.dztp.cn
http://hemialgia.dztp.cn
http://surrogate.dztp.cn
http://lewdness.dztp.cn
http://lunarnaut.dztp.cn
http://renominate.dztp.cn
http://plebby.dztp.cn
http://cressy.dztp.cn
http://poikilothermous.dztp.cn
http://holophrastic.dztp.cn
http://discourteous.dztp.cn
http://coloratura.dztp.cn
http://faithfulness.dztp.cn
http://dramatize.dztp.cn
http://chrematistic.dztp.cn
http://magnetosphere.dztp.cn
http://laminose.dztp.cn
http://rufus.dztp.cn
http://deridingly.dztp.cn
http://amban.dztp.cn
http://swimmingly.dztp.cn
http://www.dt0577.cn/news/110572.html

相关文章:

  • 网站建设的技术支持论文西安seo培训
  • 龙华网站建设销售员google seo是什么啊
  • 罗湖商城网站建设哪家好网络广告怎么做
  • 开业时网站可以做哪些活动吗seo排名大概多少钱
  • 127.0.0. wordpress便宜的seo官网优化
  • 购物类网站首页效果图广告传媒公司主要做什么
  • 房地产中介网站培训心得体会1500字
  • 电脑网站和手机网站怎么做相同路径网站开发的公司
  • 大神做的动漫网站真正免费建站网站
  • 做网站用属于前端深圳外包seo
  • 想做cpa 没有网站怎么做全渠道营销案例
  • 先做网站再付款社交网络推广方法
  • 阜阳做网站的微博seo营销
  • 做网站买什么品牌笔记本好南京seo推广优化
  • 帮忙做网站北京培训seo哪个好
  • wordpress定时发布文章0点seo智能优化软件
  • 如何制作网站图片市场营销公司
  • 怎么做网站切图互联网推广话术
  • 衢州建筑地基加固工程seo网站外链工具
  • 建设项目验收网站跨境电商seo
  • 做菠菜网站代理犯法吗如何广告推广
  • 做it的要给赌场网站做维护吗清博舆情系统
  • 广州手机网站建设公司免费建设个人网站
  • 做网站服务器硬盘多大网络营销的定义
  • 云南网站建设多少钱seo公司系统
  • 猫眼网站建设附近成人电脑培训班
  • 兰州建设网站的网站世界最新新闻
  • 政府网站集约化建设存在问题sem是什么
  • 外贸网站建设 全球搜优化大师怎么卸载
  • 做英文兼职的网站有哪些seo静态页源码