Skip to content

Commit 15edc87

Browse files
committed
FileWrapper to be serializable, Closes android-async-http#705
1 parent b3e15c3 commit 15edc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/loopj/android/http/RequestParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ protected String getParamString() {
583583
return URLEncodedUtils.format(getParamsList(), contentEncoding);
584584
}
585585

586-
public static class FileWrapper {
586+
public static class FileWrapper implements Serializable {
587587
public final File file;
588588
public final String contentType;
589589
public final String customFileName;

0 commit comments

Comments
 (0)