damian
@Suppress("UNCHECKED_CAST") fun <T> Bundle.getTypedSerializable(key: String): T? = getSerializable(key) as T?