mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Make ArrayJsonAdapter implement toString().
This commit is contained in:
@@ -69,4 +69,8 @@ final class ArrayJsonAdapter extends JsonAdapter<Object> {
|
||||
}
|
||||
writer.endArray();
|
||||
}
|
||||
|
||||
@Override public String toString() {
|
||||
return elementAdapter + ".array()";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user