LocalStorageStreamStorage

fun <T> LocalStorageStreamStorage(    toStr: (T) -> String,     fromStr: (String?) -> T?,     storageKey: String)