PayloadRepresentation

data class PayloadRepresentation<Payload>(val payload: Payload, val representation: DataSharingMethod<Payload>)

Representation of a payload with its payload and representation.

Constructors

Link copied to clipboard
constructor(payload: Payload, representation: DataSharingMethod<Payload>)

Properties

Link copied to clipboard
Link copied to clipboard