All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightningkite.lightningdb.ListChange.kt Maven / Gradle / Ivy

@file:SharedCode
package com.lightningkite.lightningdb

import com.lightningkite.khrysalis.IsCodableAndHashable
import com.lightningkite.khrysalis.SharedCode
import kotlinx.serialization.Serializable

@Serializable
data class ListChange(
    val wholeList: List? = null,
    val old: T? = null,
    val new: T? = null
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy