Skip to content

Commit

Permalink
Merge pull request #46 from filestack/feature/serialize-cloud-item
Browse files Browse the repository at this point in the history
Serialize cloud item
  • Loading branch information
shawnmaten committed Nov 16, 2017
2 parents 3a7b1d5 + c7df088 commit 7d4f05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified src/integTest/resources/com/filestack/sample_music.mp3
Binary file not shown.
4 changes: 3 additions & 1 deletion src/main/java/com/filestack/CloudItem.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.filestack;

public class CloudItem {
import java.io.Serializable;

public class CloudItem implements Serializable {
private String name;
private String path;
private String mimetype;
Expand Down

0 comments on commit 7d4f05c

Please sign in to comment.