Guides
Tutorials
Reserved attribute name converter.
class ApiPlatform\JsonApi\Serializer\ReservedAttributeNameConverter implements Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface, Symfony\Component\Serializer\NameConverter\NameConverterInterface
{
public __construct(null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public normalize(string $propertyName, null|string $class, null|string $format, array $context): string
public denormalize(string $propertyName, null|string $class, null|string $format, array $context): string
}class ApiPlatform\JsonApi\Serializer\ReservedAttributeNameConverter implements Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface, Symfony\Component\Serializer\NameConverter\NameConverterInterface
{
public __construct(null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public normalize(string $propertyName, null|string $class, null|string $format, array $context): string
public denormalize(string $propertyName, null|string $class, null|string $format, array $context): string
}public __construct(null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)public __construct(null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)| nameConverter | Symfony\Component\Serializer\NameConverter\NameConverterInterface |
Converts a property name to its normalized value.
public normalize(string $propertyName, null|string $class, null|string $format, array $context): stringpublic normalize(string $propertyName, null|string $class, null|string $format, array $context): string| propertyName | string | |
| class | string | |
| format | string | |
| context | array |
string
Converts a property name to its denormalized value.
public denormalize(string $propertyName, null|string $class, null|string $format, array $context): stringpublic denormalize(string $propertyName, null|string $class, null|string $format, array $context): string| propertyName | string | |
| class | string | |
| format | string | |
| context | array |
string