JsonFormat.php
getBaseCacheSection()
Definition: JsonFormat.php:74
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
NodeSerializer implementations are used to serialize Nodes into an array representation or deserializ...
Definition: NodeSerializer.php:21
getMimeType(Response $response=null)
Definition: JsonFormat.php:60
JsonFormat implements the JSON request/response format.
Definition: JsonFormat.php:34
deserializeNode($value)
Definition: JsonFormat.php:122
putInCache(Response $response, $payload)
Store the payload of the response in the cache.
Definition: CacheTrait.php:78
afterSerialize(Response $response)
Definition: JsonFormat.php:81
serializeNode($value)
Definition: JsonFormat.php:114
__construct(NodeSerializer $serializer, Cache $dynamicCache)
Constructor.
Definition: JsonFormat.php:49
HierarchicalFormat is used as base class for formats that are able to represent hierarchical data lik...
Definition: HierarchicalFormat.php:27
const CACHE_SECTION
Definition: JsonFormat.php:37
LogManager is used to retrieve Logger instances.
Definition: LogManager.php:20
isSerializedNode($value)
Definition: JsonFormat.php:107
getFromCache(Response $response)
Load the payload of the response from the cache.
Definition: CacheTrait.php:87
isCached(Response $response)
Check if the response identified by it's cache id is cached for this format.