private void SetSerializeInArray(JsonReader reader, bool inArray, bool enable)
 {
   if (inArray)
     reader.SetSerializeInArray(enable);
 }