GET http://bandoo-dev.ru/api/user/notifications?data%5Bpage%5D=1&data%5BmaxPerPage%5D=100&data%5BisViewed%5D=false

Serializer

2 Handled
4.80 ms Total time

default 2

serialize 1

Data Context Normalizer Encoder Time Caller
array
Show contents
[
  "items" => []
  "meta" => [
    "total" => 0
    "page" => 1
    "limit" => 100
    "pages" => 0.0
    "has_previous" => false
    "has_next" => false
  ]
]
Format: json
Show context
[
  "json_encode_options" => 15
  "groups" => [
    "frontend"
  ]
  "enable_max_depth" => true
]
JsonEncoder (0.01 ms) 0.09 ms

deserialize 0

Nothing was deserialized.

normalize 0

Nothing was normalized.

denormalize 1

Data Context Normalizer Time Caller
array
Show contents
[
  "data" => [
    "page" => "1"
    "maxPerPage" => "100"
    "isViewed" => "false"
  ]
]
Type: App\ReadModel\User\Notification\Query
Format: csv
Show context
[
  "collect_denormalization_errors" => true
  "filter_bool" => true
]
ObjectNormalizer (4.61 ms) 4.70 ms

encode 0

Nothing was encoded.

decode 0

Nothing was decoded.