Closed alexhuang091 closed 3 years ago
The object being written into the file is
final class UploadStatus { final String status; final String description; final Integer percentage;
so it failed to be converted to Map<String, String>
Map<String, String>
The object being written into the file is
so it failed to be converted to
Map<String, String>