platform/api/symfony/Component/Serializer/Tests/Dummy/DummyClassOne.yaml
2024-09-02 10:44:11 -07:00

31 lines
959 B
YAML

name: DummyClassOne
class_comment: null
dependencies:
- name: Context
type: class
source: Symfony\Component\Serializer\Attribute\Context
- name: Groups
type: class
source: Symfony\Component\Serializer\Attribute\Groups
- name: Ignore
type: class
source: Symfony\Component\Serializer\Attribute\Ignore
- name: MaxDepth
type: class
source: Symfony\Component\Serializer\Attribute\MaxDepth
- name: SerializedName
type: class
source: Symfony\Component\Serializer\Attribute\SerializedName
- name: SerializedPath
type: class
source: Symfony\Component\Serializer\Attribute\SerializedPath
properties: []
methods: []
traits:
- Symfony\Component\Serializer\Attribute\Context
- Symfony\Component\Serializer\Attribute\Groups
- Symfony\Component\Serializer\Attribute\Ignore
- Symfony\Component\Serializer\Attribute\MaxDepth
- Symfony\Component\Serializer\Attribute\SerializedName
- Symfony\Component\Serializer\Attribute\SerializedPath
interfaces: []