Converters

This class provides methods to convert certain complex types that are not directly supported by Room into types that Room can persist in the database.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fromList(list: List<String>): String

Converts a List of Strings into a JSON string.

Link copied to clipboard

Converts a JSON string into a List of Strings.