public interface Persister<T>
Modifier and Type | Method and Description |
---|---|
T |
create(DataKey root)
Creates an object instance from the given
DataKey . |
void |
save(T instance,
DataKey root)
Saves the object instance to the given
DataKey . |
Copyright © 2021. All rights reserved.