public class CompiledConfig extends Object
| Constructor and Description |
|---|
CompiledConfig() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
loadConfig(InputStream source)
Unserializes a configuration object from the supplied input stream.
|
static void |
saveConfig(File target,
Serializable config)
Serializes the supplied configuration object to the specified file path.
|
public static Serializable loadConfig(InputStream source) throws IOException
IOExceptionpublic static void saveConfig(File target, Serializable config) throws IOException
IOExceptionCopyright © 2015. All rights reserved.