public final class ResumableFileUploadSerializer extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResumableFileUpload |
fromJson(byte[] string) |
static ResumableFileUpload |
fromJson(InputStream inputStream) |
static ResumableFileUpload |
fromJson(String bytes) |
static byte[] |
toJson(ResumableFileUpload upload)
Serializes an instance of
ResumableFileUpload into valid JSON. |
public static byte[] toJson(ResumableFileUpload upload)
ResumableFileUpload into valid JSON. This object contains a nested PutObjectRequest and
therefore makes use of the standard JSON marshalling classes.public static ResumableFileUpload fromJson(String bytes)
public static ResumableFileUpload fromJson(byte[] string)
public static ResumableFileUpload fromJson(InputStream inputStream)
Copyright © 2023. All rights reserved.