| Package | Description |
|---|---|
| me.lucko.helper.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonStorageHandler<T>
Extension of
FileStorageHandler implemented using Gson. |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileStorageHandler<T> |
FileStorageHandler.build(String fileName,
String fileExtension,
File dataFolder,
Function<Path,T> loadingFunc,
BiConsumer<Path,T> savingFunc) |
Copyright © 2022. All rights reserved.