T - The type of the serializable learner state.public interface Resumable<T extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
resume(T state)
Resume the datastructure from a previously serialized point in time.
|
T |
suspend()
Expose the serializable state object.
|
Copyright © 2019. All rights reserved.