My resialized is "{"2":"Hello","Tesst":"Value"}"
I tried to parse this string to Map<String,String>
val resialized = readFile(createStorageDirectoryPath(getManifestFilePath()), MANIFEST_FILE_NAME, errorOut)
manifest = Json.decodeFromString(/*serializer*/, resialized)
How I create a serializer for Map<String,String>