api/symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.yaml

43 lines
894 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: TestDenormalizer
class_comment: '# * Provides a test Normalizer which only implements the DenormalizerInterface.
# *
# * @author Lin Clark <lin@lin-clark.com>'
dependencies:
- name: DenormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
properties: []
methods:
- name: denormalize
visibility: public
parameters:
- name: data
- name: type
- name: format
default: 'null'
- name: context
default: '[]'
comment: null
- name: getSupportedTypes
visibility: public
parameters:
- name: format
comment: null
- name: supportsDenormalization
visibility: public
parameters:
- name: data
- name: type
- name: format
default: 'null'
- name: context
default: '[]'
comment: null
traits:
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
interfaces:
- the
- DenormalizerInterface