interface DenormalizerInterface
Defines the interface of denormalizers.
Methods
| object |
denormalize(mixed $data, string $class, string $format = null, array $context = array())
Denormalizes data back into an object of the given class |
|
| Boolean |
supportsDenormalization(mixed $data, string $type, string $format = null)
Checks whether the given class is supported for denormalization by this normalizer |
Details
at line 31
public object
denormalize(mixed $data, string $class, string $format = null, array $context = array())
Denormalizes data back into an object of the given class
at line 42
public Boolean
supportsDenormalization(mixed $data, string $type, string $format = null)
Checks whether the given class is supported for denormalization by this normalizer