| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model | |
| org.spectrumauctions.sats.core.util.instancehandling |
| Modifier and Type | Method and Description |
|---|---|
<T extends Bidder<?>> |
World.restorePopulation(Class<T> type,
long populationId,
InstanceHandler storageHandler)
Advanced way to restore serialized
Bidder instances, allowing to specify a custom InstanceHandler For most use cases, it's recommended to use BMWorld.restorePopulation(long). |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryInstanceHandler
A fast instance handler implementation.
No files are written - all write methods are empty mocks. The use of this handler is only recommended if no instances are serialized or deserialized. |
class |
JSONInstanceHandler |
| Modifier and Type | Method and Description |
|---|---|
static InstanceHandler |
InstanceHandler.getDefaultHandler()
Get the default instance handler.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InstanceHandler.setDefaultHandler(InstanceHandler defaultHandler)
|
Copyright © 2017. All rights reserved.