bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
Classes
bool needsNormalization(string $format) Checks whether the normalization is needed for the given
bool supportsEncoding(string $format) Checks whether the serializer can encode to given format
final mixed decode(string $data, string $format, array $context = array()) Decodes
interface SerializerInterface Defines the interface of the Serializer.
string denormalize(string $propertyName) Converts a property name to its denormalized value.
class ClassMetadata implements
scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given
Page 14 of 17