SerializedPropertyValue
final class SerializedPropertyValue implements JsonSerializable (View source)
"Raw" / Serialized property value as saved in the event log // in projections.
This means: "value" must be a simple PHP data type (no objects allowed!)
Methods
__construct(int|float|string|bool|array|ArrayObject|null $value, string $type)
No description
static SerializedPropertyValue
fromArray(array $valueAndType)
No description
string
getType()
No description
int|float|string|bool|array|ArrayObject|null
getValue()
No description
array
jsonSerialize()
No description
string
__toString()
No description
Details
__construct(int|float|string|bool|array|ArrayObject|null $value, string $type)
No description
static SerializedPropertyValue
fromArray(array $valueAndType)
No description
string
getType()
No description
int|float|string|bool|array|ArrayObject|null
getValue()
No description
array
jsonSerialize()
No description
string
__toString()
No description