StringMapConverter

A class that provides type conversion for maps of strings to strings and maps of string lists to strings in Room database. This is used to store and retrieve such maps as strings in the database.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Convert a map (of strings to string lists) to a JSON string.

Link copied to clipboard

Convert a map (of strings to strings) to a JSON string.

Link copied to clipboard

Convert a JSON string to a map of strings to strings.

Link copied to clipboard

Convert a JSON string to a map of strings to strings.