public JsonSerializer()
 {
     this._referenceLoopHandling      = Newtonsoft.Json.ReferenceLoopHandling.Error;
     this._missingMemberHandling      = Newtonsoft.Json.MissingMemberHandling.Ignore;
     this._nullValueHandling          = Newtonsoft.Json.NullValueHandling.Include;
     this._defaultValueHandling       = Newtonsoft.Json.DefaultValueHandling.Include;
     this._objectCreationHandling     = Newtonsoft.Json.ObjectCreationHandling.Auto;
     this._preserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.None;
     this._constructorHandling        = Newtonsoft.Json.ConstructorHandling.Default;
     this._typeNameHandling           = Newtonsoft.Json.TypeNameHandling.None;
     this._context = JsonSerializerSettings.DefaultContext;
     this._binder  = DefaultSerializationBinder.Instance;
 }
Exemplo n.º 2
0
 public JsonSerializer()
 {
     Class6.yDnXvgqzyB5jw();
     base();
     this._referenceLoopHandling      = Newtonsoft.Json.ReferenceLoopHandling.Error;
     this._missingMemberHandling      = Newtonsoft.Json.MissingMemberHandling.Ignore;
     this._nullValueHandling          = Newtonsoft.Json.NullValueHandling.Include;
     this._defaultValueHandling       = Newtonsoft.Json.DefaultValueHandling.Include;
     this._objectCreationHandling     = Newtonsoft.Json.ObjectCreationHandling.Auto;
     this._preserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.None;
     this._constructorHandling        = Newtonsoft.Json.ConstructorHandling.Default;
     this._typeNameHandling           = Newtonsoft.Json.TypeNameHandling.None;
     this._metadataPropertyHandling   = Newtonsoft.Json.MetadataPropertyHandling.Default;
     this._context             = JsonSerializerSettings.DefaultContext;
     this._serializationBinder = DefaultSerializationBinder.Instance;
     this._culture             = JsonSerializerSettings.DefaultCulture;
     this._contractResolver    = DefaultContractResolver.Instance;
 }