platform/api/symfony/Component/Serializer/Tests/Dummy/DummyClassOne.yaml

32 lines
959 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []