object denormalize(mixed $data, $type, string $format = null, array $context = array()) Denormalizes
final object deserialize(mixed $data, string $type, string $format, array $context = array())
bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class
bool supportsEncoding(string $format) Checks whether the serializer can encode to given format
interface SerializerInterface Defines the interface of the Serializer.
final mixed decode(string $data, string $format, array $context = array()) Decodes
Classes
final scalar encode(mixed $data, string $format, array $context = array()) Encodes
Page 2 of 3