platform/api/symfony/Component/Serializer/Attribute/SerializedName.yaml

33 lines
746 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SerializedName
class_comment: null
dependencies:
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: serializedName
comment: '# * @author Fabien Bourigault <bourigaultfabien@gmail.com>
# */
# #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
# class SerializedName
# {
# /**
# * @param string $serializedName The name of the property as it will be serialized'
- name: getSerializedName
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Exception\InvalidArgumentException
interfaces: []