by Nullable Long List
fun JsonObject?.byNullableLongList(key: String? = null, default: JsonArrayDefaultSelector<Long?>): JsonDelegateProperty<List<Long?>>
Content copied to clipboard
fun JsonObject?.byNullableLongList(key: String? = null, default: List<Long?>): JsonDelegateProperty<List<Long?>>
Content copied to clipboard
fun JsonObject?.byNullableLongList(key: String): JsonDelegateProperty<List<Long?>>
Content copied to clipboard