• <small id='deR8u'></small><noframes id='deR8u'>

    <i id='deR8u'><tr id='deR8u'><dt id='deR8u'><q id='deR8u'><span id='deR8u'><b id='deR8u'><form id='deR8u'><ins id='deR8u'></ins><ul id='deR8u'></ul><sub id='deR8u'></sub></form><legend id='deR8u'></legend><bdo id='deR8u'><pre id='deR8u'><center id='deR8u'></center></pre></bdo></b><th id='deR8u'></th></span></q></dt></tr></i><div id='deR8u'><tfoot id='deR8u'></tfoot><dl id='deR8u'><fieldset id='deR8u'></fieldset></dl></div>

      1. <legend id='deR8u'><style id='deR8u'><dir id='deR8u'><q id='deR8u'></q></dir></style></legend>
        • <bdo id='deR8u'></bdo><ul id='deR8u'></ul>

      2. <tfoot id='deR8u'></tfoot>
      3. 使用 JSON 序列化/反序列化 TimeSpan

        Using JSON to Serialize/Deserialize TimeSpan(使用 JSON 序列化/反序列化 TimeSpan)

          <i id='rjtyD'><tr id='rjtyD'><dt id='rjtyD'><q id='rjtyD'><span id='rjtyD'><b id='rjtyD'><form id='rjtyD'><ins id='rjtyD'></ins><ul id='rjtyD'></ul><sub id='rjtyD'></sub></form><legend id='rjtyD'></legend><bdo id='rjtyD'><pre id='rjtyD'><center id='rjtyD'></center></pre></bdo></b><th id='rjtyD'></th></span></q></dt></tr></i><div id='rjtyD'><tfoot id='rjtyD'></tfoot><dl id='rjtyD'><fieldset id='rjtyD'></fieldset></dl></div>

            • <bdo id='rjtyD'></bdo><ul id='rjtyD'></ul>
              <tfoot id='rjtyD'></tfoot>

            • <legend id='rjtyD'><style id='rjtyD'><dir id='rjtyD'><q id='rjtyD'></q></dir></style></legend>

                <small id='rjtyD'></small><noframes id='rjtyD'>

                    <tbody id='rjtyD'></tbody>
                • 本文介绍了使用 JSON 序列化/反序列化 TimeSpan的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我正在尝试使用 Newtonsoft.Json 反序列化/序列化时间跨度.JsonConvert,但是当发送 JSON 时,它被设置为 00:00:00.

                  I'm trying to deserialize/serialize a timespan with Newtonsoft.Json.JsonConvert, but when the JSON is sent it's set to 00:00:00.

                  这有可能吗?

                  推荐答案

                  我想通了,显然是MS设计缺陷...

                  I figured it out, Apparently it's a MS design flaw...

                  因为 TimeSpan 不能是无参数对象.XML 无法重新创建它.

                  Since TimeSpan cannot be a parameterless object. XML cannot recreate it.

                  看看这个网站.http://forums.silverlight.net/forums/p/51793/135450.aspx

                  所以.因此无法转换 TimeSpan.一个简单的方法是将时间跨度更改为字符串,然后将字符串发送过来.并使用 TimeSpan.TryParse(String);

                  So. Therefore TimeSpan cannot be converted. An easy way to do this is to change the timespan into a string, and then send the string over. and use TimeSpan.TryParse(String);

                  这篇关于使用 JSON 序列化/反序列化 TimeSpan的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Force JsonConvert.SerializeXmlNode to serialize node value as an Integer or a Boolean(强制 JsonConvert.SerializeXmlNode 将节点值序列化为整数或布尔值)
                  Could not determine JSON object type for type quot;Classquot;(无法确定类型“Class的 JSON 对象类型.)
                  How to deserialize a JSONP response (preferably with JsonTextReader and not a string)?(如何反序列化 JSONP 响应(最好使用 JsonTextReader 而不是字符串)?)
                  how to de-serialize JSON data in which Timestamp it-self contains fields?(如何反序列化时间戳本身包含字段的JSON数据?)
                  JSON.Net custom contract serialization and Collections(JSON.Net 自定义合约序列化和集合)
                  c# JSON Serialization Use Value Instead of Property Name(c# JSON序列化使用值而不是属性名)
                    <bdo id='7UGZV'></bdo><ul id='7UGZV'></ul>

                    <small id='7UGZV'></small><noframes id='7UGZV'>

                    <i id='7UGZV'><tr id='7UGZV'><dt id='7UGZV'><q id='7UGZV'><span id='7UGZV'><b id='7UGZV'><form id='7UGZV'><ins id='7UGZV'></ins><ul id='7UGZV'></ul><sub id='7UGZV'></sub></form><legend id='7UGZV'></legend><bdo id='7UGZV'><pre id='7UGZV'><center id='7UGZV'></center></pre></bdo></b><th id='7UGZV'></th></span></q></dt></tr></i><div id='7UGZV'><tfoot id='7UGZV'></tfoot><dl id='7UGZV'><fieldset id='7UGZV'></fieldset></dl></div>
                  • <tfoot id='7UGZV'></tfoot>

                            <tbody id='7UGZV'></tbody>
                            <legend id='7UGZV'><style id='7UGZV'><dir id='7UGZV'><q id='7UGZV'></q></dir></style></legend>