70 lines
1.5 KiB
YAML
70 lines
1.5 KiB
YAML
|
name: UidNormalizer
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: LogicException
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Exception\LogicException
|
||
|
- name: NotNormalizableValueException
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Exception\NotNormalizableValueException
|
||
|
- name: AbstractUid
|
||
|
type: class
|
||
|
source: Symfony\Component\Uid\AbstractUid
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: defaultContext
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getSupportedTypes
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: format
|
||
|
comment: null
|
||
|
- name: normalize
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: object
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: '# * @param AbstractUid $object'
|
||
|
- name: supportsNormalization
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: denormalize
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: type
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: supportsDenormalization
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: type
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Exception\LogicException
|
||
|
- Symfony\Component\Serializer\Exception\NotNormalizableValueException
|
||
|
- Symfony\Component\Uid\AbstractUid
|
||
|
interfaces:
|
||
|
- NormalizerInterface
|