final class SerializedNodeReference implements JsonSerializable (View source)

"Raw" / Serialized node reference as saved in the event log // in projections.

Methods

fromTargetAndProperties(NodeAggregateId $targetNodeAggregateId, SerializedPropertyValues $properties)

No description

fromTarget(NodeAggregateId $targetNodeAggregateId)

No description

fromArray(array $array)

No description

array
jsonSerialize()

No description

Details

static SerializedNodeReference fromTargetAndProperties(NodeAggregateId $targetNodeAggregateId, SerializedPropertyValues $properties)

No description

Parameters

NodeAggregateId $targetNodeAggregateId
SerializedPropertyValues $properties

Return Value

SerializedNodeReference

static SerializedNodeReference fromTarget(NodeAggregateId $targetNodeAggregateId)

No description

Parameters

NodeAggregateId $targetNodeAggregateId

Return Value

SerializedNodeReference

static SerializedNodeReference fromArray(array $array)

No description

Parameters

array $array

Return Value

SerializedNodeReference

array jsonSerialize()

No description

Return Value

array