nullableLongList

fun JsonModel?.nullableLongList(key: String? = null, default: JsonArrayDefaultSelector<Long?>): JsonDelegateProperty<List<Long?>>
fun JsonModel?.nullableLongList(key: String? = null, default: List<Long?>): JsonDelegateProperty<List<Long?>>
fun JsonModel?.nullableLongList(key: String): JsonDelegateProperty<List<Long?>>
val JsonModel?.nullableLongList: JsonDelegateProperty<List<Long?>>