class CustomJsonSerializer extends JsonSerializer (View source)

Used for .out files generation

Constants

SKIP_PROPERTIES

Methods

array<string,mixed>
extractObjectData(object $value, ReflectionClass $ref, string[] $properties)

Extract the object data

Details

protected array<string,mixed> extractObjectData(object $value, ReflectionClass $ref, string[] $properties)

Extract the object data

Parameters

object $value
ReflectionClass $ref
string[] $properties

Return Value

array<string,mixed>