name: UnwrappingDenormalizer
class_comment: null
dependencies:
- name: PropertyAccess
  type: class
  source: Symfony\Component\PropertyAccess\PropertyAccess
- name: PropertyAccessorInterface
  type: class
  source: Symfony\Component\PropertyAccess\PropertyAccessorInterface
- name: LogicException
  type: class
  source: Symfony\Component\Serializer\Exception\LogicException
- name: SerializerAwareInterface
  type: class
  source: Symfony\Component\Serializer\SerializerAwareInterface
- name: SerializerAwareTrait
  type: class
  source: Symfony\Component\Serializer\SerializerAwareTrait
- name: SerializerAwareTrait
  type: class
  source: SerializerAwareTrait
properties: []
methods:
- name: __construct
  visibility: public
  parameters:
  - name: propertyAccessor
    default: 'null'
  comment: null
- name: getSupportedTypes
  visibility: public
  parameters:
  - name: format
  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\PropertyAccess\PropertyAccess
- Symfony\Component\PropertyAccess\PropertyAccessorInterface
- Symfony\Component\Serializer\Exception\LogicException
- Symfony\Component\Serializer\SerializerAwareInterface
- Symfony\Component\Serializer\SerializerAwareTrait
- SerializerAwareTrait
interfaces:
- DenormalizerInterface