final class DoctrinePersistentObjectNormalizer implements NormalizerInterface, DenormalizerInterface (View source)

Properties

protected PersistenceManagerInterface $persistenceManager
protected ReflectionService $reflectionService

Methods

array
normalize($object, string $format = null, array $context = [])

No description

supportsNormalization($data, string $format = null)

No description

denormalize($data, $type, string $format = null, array $context = [])

No description

supportsDenormalization($data, $type, string $format = null)

No description

Details

array normalize($object, string $format = null, array $context = [])

No description

Parameters

$object
string $format
array $context

Return Value

array

supportsNormalization($data, string $format = null)

No description

Parameters

$data
string $format

denormalize($data, $type, string $format = null, array $context = [])

No description

Parameters

$data
$type
string $format
array $context

supportsDenormalization($data, $type, string $format = null)

No description

Parameters

$data
$type
string $format