pub fn list_json_adapter<T>( adapterForT__839: JsonAdapter<T>, ) -> JsonAdapter<List<T>>where T: Clone + Send + Sync + 'static,