EncoderInterface

EncoderInterface

interface EncoderInterface

Defines the interface of encoders.

Methods

scalar encode(mixed $data, string $format, array $context = array())

Encodes data into the given format.

bool supportsEncoding(string $format)

Checks whether the serializer can encode to given format.

Details

scalar encode(mixed $data, string $format, array $context = array())

Encodes data into the given format.

Parameters

登录查看完整内容
mixed $data Data to encode