Swifter.Core
Swifter.Core copied to clipboard
An efficient and reliable universal library.
以下为报错信息: IL2CPP error for method 'System.Void Swifter.Reflection.XConstructorInfo::Invoke(System.Object,System.Object[])' in assembly 'F:\UnityProj\UnityGame\Temp\StagingArea\assets\bin\Data\Managed\Swifter.Core.dll' Additional information: Attempting to return a value from method 'System.Void Swifter.Reflection.XConstructorInfo::Invoke(System.Object,System.Object[])' when there is no value on the stack. Is...
如题 类似在Newtonsoft.Json中的配置: ``` //时间格式 setting.DateFormatString = "yyyy-MM-dd HH:mm:ss"; //本地时间 setting.DateTimeZoneHandling = DateTimeZoneHandling.Local; ``` 以前想装换成jil,因为jil不支持这种灵活的时间配置,还是继续用Newtonsoft.Json。