Class ObjectStorageAdapter

java.lang.Object
ghidra.util.map.ObjectStorageAdapter
All Implemented Interfaces:
ObjectStorage

public class ObjectStorageAdapter extends Object implements ObjectStorage
Convenience adapter implementation for saving and restoring Strings and Java primitives or arrays of Strings and primitives for a row of a data table. The order in which the puts are done must the same order in which the gets are done.