Browse Source

提交序列化参数

zhouj1203@hotmail.com 5 years ago
parent
commit
3500c8a138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/Helper/Common/JsonHelper/JsonSerialization.cs

+ 1 - 1
TEAMModelOS.SDK/Helper/Common/JsonHelper/JsonSerialization.cs

@@ -10,7 +10,7 @@ namespace TEAMModelOS.SDK.Helper.Common.JsonHelper
         static JsonSerializerSettings settings = new JsonSerializerSettings()
         {
             ReferenceLoopHandling = ReferenceLoopHandling.Ignore,
-            PreserveReferencesHandling = PreserveReferencesHandling.Objects
+            PreserveReferencesHandling = PreserveReferencesHandling.None
         };
 
         /// <summary>