public abstract class StorageConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.dslplatform.json.JsonReader.ReadObject<S3> |
S3Reader |
static com.dslplatform.json.JsonWriter.WriteObject<S3> |
S3Writer |
| Constructor and Description |
|---|
StorageConverter() |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
deserializeS3(com.dslplatform.json.JsonReader<ServiceLocator> reader) |
static ArrayList<S3> |
deserializeS3Collection(com.dslplatform.json.JsonReader reader) |
static void |
deserializeS3Collection(com.dslplatform.json.JsonReader reader,
Collection<S3> res) |
static ArrayList<S3> |
deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader) |
static void |
deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader,
Collection<S3> res) |
static void |
serialize(S3 value,
com.dslplatform.json.JsonWriter sw) |
public static final com.dslplatform.json.JsonReader.ReadObject<S3> S3Reader
public static final com.dslplatform.json.JsonWriter.WriteObject<S3> S3Writer
public static void serialize(S3 value, com.dslplatform.json.JsonWriter sw)
public static S3 deserializeS3(com.dslplatform.json.JsonReader<ServiceLocator> reader) throws IOException
IOExceptionpublic static ArrayList<S3> deserializeS3Collection(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionpublic static void deserializeS3Collection(com.dslplatform.json.JsonReader reader,
Collection<S3> res)
throws IOException
IOExceptionpublic static ArrayList<S3> deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionpublic static void deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader,
Collection<S3> res)
throws IOException
IOExceptionCopyright © 2025. All rights reserved.