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