ContextAwareDenormalizerInterface

ContextAwareDenormalizerInterface

interface ContextAwareDenormalizerInterface implements DenormalizerInterface

Adds the support of an extra $context parameter for the supportsDenormalization method.

Methods

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

Denormalizes data back into an object of the given class.

from DenormalizerInterface
bool supportsDenormalization(mixed $data, string $type, string $format = null, array $context = array())

Checks whether the given class is supported for denormalization by this normalizer.

Details

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

Denormalizes data back into an object of the given class.

Parameters

mixed $data data to restore
string $class the expected class to instantiate
string $format format the given data was extracted from
array $context options available to the denormalizer

Return Value

object

bool supportsDenormalization(mixed $data, string $type, string $format = null, array $context = array())

Checks whether the given class is supported for denormalization by this normalizer.

Parameters

mixed $data Data to denormalize from
string $type The class to which the data should be denormalized
string $format The format being deserialized from
array $context

Return Value

bool
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部