Close object store, preventing further writes.
Write a Float to the object store, associating it with key name
.
Write an Array[Float] to the object store, associating it with key name
.
Write an Int to the object store, associating it with key name
.
Write an Array[Int] to the object store, associating it with key name
.
Write a Long to the object store, associating it with key name
.
Write a Array[Long] to the object store, associating it with key name
.
Write a non-primitive "Saveable" object to the object store, associating it with key name
.
Write an Array of non-primitive "Saveable" object to the object store, associating it with key name
.
Write a String to the object store, associating it with key name
.
Write an Array[String] to the object store, associating it with key name
.
Created by Dick Carter on 1/16/2015.
Defines the functionality needed of an object saver, independent of the specific technology (hdf5, java serialization, etc.)