Example #1
0
 // Token: 0x06000EA9 RID: 3753 RVA: 0x0004D5F6 File Offset: 0x0004B7F6
 public Class_366(Class_466 arg_0, Class_367 arg_1, Class_454 arg_2)
 {
     Class_517.ArgumentNotNull(arg_0, "serializer");
     Class_517.ArgumentNotNull(arg_1, "contract");
     this.field_0 = arg_0;
     this.field_1 = arg_1;
     this.field_2 = arg_2;
 }
Example #2
0
        // Token: 0x0600118A RID: 4490 RVA: 0x00056830 File Offset: 0x00054A30
        internal virtual object xmethod_3171(Class_285 arg_0, Type arg_1)
        {
            Class_517.ArgumentNotNull(arg_0, "reader");
            CultureInfo arg_2;
            Class_321?  arg_3;
            Class_320?  arg_4;
            Class_315?  arg_5;
            int?        arg_6;
            string      str_;

            this.tmethod_3172(arg_0, out arg_2, out arg_3, out arg_4, out arg_5, out arg_6, out str_);
            Class_354 class_  = (this.prop_2 != null && this.prop_2.prop_0 >= TraceLevel.Verbose) ? new Class_354(arg_0) : null;
            Class_466 class_2 = new Class_466(this);
            object    result  = class_2.gmethod_3853(class_ ?? arg_0, arg_1, this.prop_26);

            if (class_ != null)
            {
                this.prop_2.gmethod_2303(TraceLevel.Verbose, "Deserialized JSON: " + Environment.NewLine + class_.xmethod_2371(), null);
            }
            this.gmethod_3173(arg_0, arg_2, arg_3, arg_4, arg_5, arg_6, str_);
            return(result);
        }
Example #3
0
        // Token: 0x06001185 RID: 4485 RVA: 0x00056740 File Offset: 0x00054940
        internal virtual void dmethod_3166(Class_285 arg_0, object obje_0)
        {
            Class_517.ArgumentNotNull(arg_0, "reader");
            Class_517.ArgumentNotNull(obje_0, "target");
            CultureInfo arg_;
            Class_321?  arg_2;
            Class_320?  arg_3;
            Class_315?  arg_4;
            int?        arg_5;
            string      str_;

            this.tmethod_3172(arg_0, out arg_, out arg_2, out arg_3, out arg_4, out arg_5, out str_);
            Class_354 class_  = (this.prop_2 != null && this.prop_2.prop_0 >= TraceLevel.Verbose) ? new Class_354(arg_0) : null;
            Class_466 class_2 = new Class_466(this);

            class_2.xmethod_3851(class_ ?? arg_0, obje_0);
            if (class_ != null)
            {
                this.prop_2.gmethod_2303(TraceLevel.Verbose, "Deserialized JSON: " + Environment.NewLine + class_.xmethod_2371(), null);
            }
            this.gmethod_3173(arg_0, arg_, arg_2, arg_3, arg_4, arg_5, str_);
        }
Example #4
0
 // Token: 0x0600159F RID: 5535 RVA: 0x00067047 File Offset: 0x00065247
 public Class_468(Class_466 arg_0)
 {
     Class_517.ArgumentNotNull(arg_0, "serializerReader");
     this.field_0 = arg_0;
     this.field_2 = arg_0.field_3;
 }