Guides
Tutorials
class ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer implements Symfony\Component\Serializer\Normalizer\DenormalizerInterface
{
public denormalize($data, string $type, null|string $format, array $context): Ramsey\Uuid\UuidInterface
public supportsDenormalization($data, string $type, null|string $format, array $context): bool
}class ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer implements Symfony\Component\Serializer\Normalizer\DenormalizerInterface
{
public denormalize($data, string $type, null|string $format, array $context): Ramsey\Uuid\UuidInterface
public supportsDenormalization($data, string $type, null|string $format, array $context): bool
}Denormalizes data back into an object of the given class.
public denormalize($data, string $type, null|string $format, array $context): Ramsey\Uuid\UuidInterfacepublic denormalize($data, string $type, null|string $format, array $context): Ramsey\Uuid\UuidInterface| data | ||
| type | string | |
| format | string | |
| context | array |
Ramsey\Uuid\UuidInterface
public supportsDenormalization($data, string $type, null|string $format, array $context): boolpublic supportsDenormalization($data, string $type, null|string $format, array $context): bool| data | ||
| type | string | |
| format | string | |
| context | array |
bool