ObjectArg

@Serializable
sealed class ObjectArg

Inheritors

Types

Link copied to clipboard
@Serializable
data class ImmOrOwnedObject(val objectRef: ObjectReference) : ObjectArg
Link copied to clipboard
@Serializable
data class Receiving(val objectRef: ObjectReference) : ObjectArg
Link copied to clipboard
@Serializable
data class SharedObject(val id: ObjectId, val initialSharedVersion: Long, val mutable: Boolean) : ObjectArg