bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class
Namespaces
interface SerializerAwareInterface Defines the interface of encoders.
interface DenormalizerInterface Defines the interface of denormalizers.
object denormalize(mixed $data, $type, string $format = null, array $context = array()) Denormalizes
final object deserialize(mixed $data, string $type, string $format, array $context = array())
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP
bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
Page 8 of 17