materialize

fun materialize(): Map<String, Any>?

Loads the CBOR representation of the item's content, decodes it into a Map so it can be accessed via value. Keeps the Map in memory until dematerialize is called. No-op if value is already materialized.

Return

A Map of data for the item.

Throws

If there is a problem with retrieving the data.