Method | Description | |
---|---|---|
decode ( scalar $data, string $format ) : mixed | Decodes a string into PHP data | |
supportsDecoding ( string $format ) : boolean | Checks whether the serializer can decode from given format |
public supportsDecoding ( string $format ) : boolean | ||
$format | string | format name |
return | boolean |