Serializer
27
Handled
73.46 ms
Total time
serialize 0
Nothing was serialized.
deserialize 0
Nothing was deserialized.
normalize 27
| Data | Context | Normalizer | Time | Caller |
|---|---|---|---|---|
|
App\Entity\Store
Show contents
App\Entity\Store {#1065 -id: 6 -name: "King Food" -storeType: Proxies\__CG__\App\Entity\StaStoreType {#1096 …} -address: "Basilou 31" -postalCode: "69100" -location: "Komotini" -mail: "kingfood@test.com" -phone: "3235454545" -company: Proxies\__CG__\App\Entity\Company {#1125 …} -defaultCurrency: Proxies\__CG__\App\Entity\StaCurrency {#1149 …} -language: App\Entity\StaLanguage {#742 …} -storeTables: Doctrine\ORM\PersistentCollection {#1157 …} -workingDate: DateTime @1783728000 {#1059 : 2026-07-11 00:00:00.0 UTC (+00:00) } -logoFileName: null -coverFileName: null -allowGuestOrder: true -acceptedPaymentTypes: Doctrine\ORM\PersistentCollection {#1172 …} -deletedAt: null -isActive: true -createdAt: DateTime @1743058889 {#1046 : 2025-03-27 07:01:29.0 UTC (+00:00) } -updatedAt: DateTime @1784835739 {#1055 : 2026-07-23 19:42:19.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" 2 => "address" 3 => "phone" 4 => "mail" 5 => "location" 6 => "postalCode" 7 => "isActive" 8 => "createdAt" 9 => "updatedAt" "storeType" => [ "id" "name" "nameTranslations" ] "company" => [ "id" "name" ] "defaultCurrency" => [ "code" "name" ] "language" => [ "code" "displayName" ] 10 => "workingDate" 11 => "logoFileName" 12 => "coverFileName" 13 => "allowGuestOrder" ] ] |
ObjectNormalizer (43.15 ms)
Show nested normalizers
|
43.22 ms | |
|
App\Entity\Store
Show contents
App\Entity\Store {#1065 -id: 6 -name: "King Food" -storeType: Proxies\__CG__\App\Entity\StaStoreType {#1096 …} -address: "Basilou 31" -postalCode: "69100" -location: "Komotini" -mail: "kingfood@test.com" -phone: "3235454545" -company: Proxies\__CG__\App\Entity\Company {#1125 …} -defaultCurrency: Proxies\__CG__\App\Entity\StaCurrency {#1149 …} -language: App\Entity\StaLanguage {#742 …} -storeTables: Doctrine\ORM\PersistentCollection {#1157 …} -workingDate: DateTime @1783728000 {#1059 : 2026-07-11 00:00:00.0 UTC (+00:00) } -logoFileName: null -coverFileName: null -allowGuestOrder: true -acceptedPaymentTypes: Doctrine\ORM\PersistentCollection {#1172 …} -deletedAt: null -isActive: true -createdAt: DateTime @1743058889 {#1046 : 2025-03-27 07:01:29.0 UTC (+00:00) } -updatedAt: DateTime @1784835739 {#1055 : 2026-07-23 19:42:19.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" 2 => "address" 3 => "phone" 4 => "mail" 5 => "location" 6 => "postalCode" 7 => "isActive" 8 => "createdAt" 9 => "updatedAt" "storeType" => [ "id" "name" "nameTranslations" ] "company" => [ "id" "name" ] "defaultCurrency" => [ "code" "name" ] "language" => [ "code" "displayName" ] 10 => "workingDate" 11 => "logoFileName" 12 => "coverFileName" 13 => "allowGuestOrder" ] ] |
ObjectNormalizer (0.51 ms)
Show nested normalizers
|
0.52 ms | |
|
App\Entity\StoreTableLocation
Show contents
App\Entity\StoreTableLocation {#2063 -id: 3 -name: "Outside" -store: App\Entity\Store {#1065 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801010 {#2040 : 2026-07-11 20:16:50.0 UTC (+00:00) } -updatedAt: DateTime @1783801010 {#2052 : 2026-07-11 20:16:50.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" "store" => [ "id" "name" ] 2 => "isActive" ] ] |
ObjectNormalizer (1.12 ms) | 1.16 ms | |
|
App\Entity\StoreTableLocation
Show contents
App\Entity\StoreTableLocation {#2062 -id: 4 -name: "Inside Floor" -store: App\Entity\Store {#1065 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801022 {#2060 : 2026-07-11 20:17:02.0 UTC (+00:00) } -updatedAt: DateTime @1783801022 {#2061 : 2026-07-11 20:17:02.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" "store" => [ "id" "name" ] 2 => "isActive" ] ] |
ObjectNormalizer (0.20 ms) | 0.20 ms | |
|
App\Entity\StoreTableLocation
Show contents
App\Entity\StoreTableLocation {#2095 -id: 5 -name: "Inside 1st Floor" -store: App\Entity\Store {#1065 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801040 {#2098 : 2026-07-11 20:17:20.0 UTC (+00:00) } -updatedAt: DateTime @1783801040 {#2037 : 2026-07-11 20:17:20.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" "store" => [ "id" "name" ] 2 => "isActive" ] ] |
ObjectNormalizer (0.16 ms) | 0.17 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2172 -id: 28 -tableNumber: "1" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2066 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2157 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (9.04 ms) | 9.08 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2189 -id: 29 -tableNumber: "2" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2190 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2188 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.22 ms) | 0.23 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2114 -id: 30 -tableNumber: "3" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: true -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2119 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2115 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.19 ms) | 0.19 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2213 -id: 31 -tableNumber: "4" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: true -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2089 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2082 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2210 -id: 32 -tableNumber: "5" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2204 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2203 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.20 ms) | 0.20 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2216 -id: 33 -tableNumber: "6" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2062 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801056 {#2215 : 2026-07-11 20:17:36.0 UTC (+00:00) } -updatedAt: DateTime @1783801056 {#2212 : 2026-07-11 20:17:36.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2219 -id: 34 -tableNumber: "7" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2217 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2218 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2222 -id: 35 -tableNumber: "8" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2220 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2221 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2225 -id: 36 -tableNumber: "9" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2223 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2224 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.17 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2228 -id: 37 -tableNumber: "10" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2226 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2227 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.19 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2231 -id: 38 -tableNumber: "11" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2229 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2230 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.20 ms) | 0.20 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2234 -id: 39 -tableNumber: "12" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2095 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801073 {#2232 : 2026-07-11 20:17:53.0 UTC (+00:00) } -updatedAt: DateTime @1783801073 {#2233 : 2026-07-11 20:17:53.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2237 -id: 40 -tableNumber: "13" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2235 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2236 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.17 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2240 -id: 41 -tableNumber: "14" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2238 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2239 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.17 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2243 -id: 42 -tableNumber: "15" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2241 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2242 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.18 ms) | 0.18 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2246 -id: 43 -tableNumber: "16" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2244 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2245 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.19 ms) | 0.19 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2249 -id: 44 -tableNumber: "17" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2247 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2248 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.17 ms) | 0.17 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2252 -id: 45 -tableNumber: "18" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2250 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2251 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.26 ms) | 0.26 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2255 -id: 46 -tableNumber: "19" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2253 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2254 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.19 ms) | 0.19 ms | |
|
App\Entity\StoreTable
Show contents
App\Entity\StoreTable {#2258 -id: 47 -tableNumber: "20" -store: App\Entity\Store {#1065 …} -tableLocation: App\Entity\StoreTableLocation {#2063 …} -maxCapacity: 4 -acceptsOrders: false -shape: Proxies\__CG__\App\Entity\StaTableShape {#2194 …} -deletedAt: null -isActive: true -createdAt: DateTime @1783801093 {#2256 : 2026-07-11 20:18:13.0 UTC (+00:00) } -updatedAt: DateTime @1783801093 {#2257 : 2026-07-11 20:18:13.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "tableNumber" "store" => [ "id" "name" ] "tableLocation" => [ "id" "name" ] "shape" => [ "code" "name" ] 2 => "maxCapacity" 3 => "isActive" 4 => "acceptsOrders" ] ] |
ObjectNormalizer (0.22 ms) | 0.22 ms | |
|
App\Entity\StoreProductGroup
Show contents
App\Entity\StoreProductGroup {#2304 -id: 2 -name: "Yiyecek" -nameTranslations: null -store: App\Entity\Store {#1065 …} -incomeDepartment: Proxies\__CG__\App\Entity\StoreIncomeDepartment {#2559 …} -station: Proxies\__CG__\App\Entity\StoreStation {#2580 …} -taxFees: Doctrine\ORM\PersistentCollection {#2588 …} -imageFileName: null -deletedAt: null -isActive: true -createdAt: DateTime @1780987281 {#2517 : 2026-06-09 06:41:21.0 UTC (+00:00) } -updatedAt: DateTime @1780987281 {#2479 : 2026-06-09 06:41:21.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" 2 => "nameTranslations" "store" => [ "id" "name" ] "incomeDepartment" => [ "id" "name" ] "station" => [ "id" "name" ] 3 => "isActive" 4 => "imageFileName" ] ] |
ObjectNormalizer (15.23 ms) | 15.26 ms | |
|
App\Entity\StoreProductGroup
Show contents
App\Entity\StoreProductGroup {#2595 -id: 3 -name: "Icecek" -nameTranslations: null -store: App\Entity\Store {#1065 …} -incomeDepartment: Proxies\__CG__\App\Entity\StoreIncomeDepartment {#2559 …} -station: Proxies\__CG__\App\Entity\StoreStation {#2580 …} -taxFees: Doctrine\ORM\PersistentCollection {#2603 …} -imageFileName: null -deletedAt: null -isActive: true -createdAt: DateTime @1781247312 {#2590 : 2026-06-12 06:55:12.0 UTC (+00:00) } -updatedAt: DateTime @1781247312 {#2597 : 2026-06-12 06:55:12.0 UTC (+00:00) } } |
Format: none
Show context
[ "attributes" => [ 0 => "id" 1 => "name" 2 => "nameTranslations" "store" => [ "id" "name" ] "incomeDepartment" => [ "id" "name" ] "station" => [ "id" "name" ] 3 => "isActive" 4 => "imageFileName" ] ] |
ObjectNormalizer (0.23 ms) | 0.23 ms |
denormalize 0
Nothing was denormalized.
encode 0
Nothing was encoded.
decode 0
Nothing was decoded.