PersistableMap
PersistableMap is a Map object which is persistable. It is less performant than the HashMap but it can be written to device memory. It is backed by a PersistableVector which contains PersistableEntry objects. A PersistableEntry is just a name value pair.
