KarlContainerStateEntity
data class KarlContainerStateEntity(val userId: String, val stateData: ByteArray, val version: Int)(source)
Room Entity representing the persisted state of a KarlContainer for a specific user. This class is specific to the Room persistence layer.
Room annotations removed for stub implementation: