Commit 734a006
File tree
Expand file treeCollapse file tree
19 files changed
+218
-8
lines changedFilter options
- src/Symfony/Component
- PropertyInfo/Extractor
- Serializer
- Annotation
- Mapping
- Loader
- schema/dic/serializer-mapping
- Normalizer
- Tests
- Fixtures
- Mapping
- Loader
- Normalizer
Expand file treeCollapse file tree
19 files changed
+218
-8
lines changedsrc/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
|
src/Symfony/Component/Serializer/Annotation/Ignore.php
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php+30-1Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
53 | 62 |
|
54 | 63 |
|
55 | 64 |
|
| ||
113 | 122 |
|
114 | 123 |
|
115 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
116 | 141 |
|
117 | 142 |
|
118 | 143 |
|
| ||
131 | 156 |
|
132 | 157 |
|
133 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
134 | 163 |
|
135 | 164 |
|
136 | 165 |
|
| ||
140 | 169 |
|
141 | 170 |
|
142 | 171 |
|
143 |
| - |
| 172 | + |
144 | 173 |
|
145 | 174 |
|
src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
64 | 74 |
|
65 | 75 |
|
66 | 76 |
|
|
src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
| 75 | + |
| 76 | + |
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
| ||
116 | 119 |
|
117 | 120 |
|
118 | 121 |
|
| 122 | + |
| 123 | + |
119 | 124 |
|
120 | 125 |
|
121 | 126 |
|
|
src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
|
src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
96 | 104 |
|
97 | 105 |
|
98 | 106 |
|
|
src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
243 |
| - |
244 |
| - |
245 | 242 |
|
246 | 243 |
|
| 244 | + |
247 | 245 |
|
248 |
| - |
| 246 | + |
| 247 | + |
| 248 | + |
249 | 249 |
|
| 250 | + |
250 | 251 |
|
| 252 | + |
251 | 253 |
|
252 |
| - |
| 254 | + |
253 | 255 |
|
254 | 256 |
|
255 | 257 |
|
256 | 258 |
|
257 | 259 |
|
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
258 | 265 |
|
259 | 266 |
|
260 | 267 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/IgnoreDummy.php
Copy file name to clipboard+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
src/Symfony/Component/Serializer/Tests/Fixtures/invalid-ignore.yml
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
37 | 42 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
60 | 68 |
|
61 | 69 |
|
62 | 70 |
|
| ||
69 | 77 |
|
70 | 78 |
|
71 | 79 |
|
| 80 | + |
| 81 | + |
72 | 82 |
|
73 | 83 |
|
74 | 84 |
|
75 | 85 |
|
76 | 86 |
|
| 87 | + |
77 | 88 |
|
78 | 89 |
|
79 | 90 |
|
|
src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
105 | 106 |
|
106 | 107 |
|
107 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
108 | 119 |
|
src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
95 | 106 |
|
src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
| ||
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
108 | 128 |
|
0 commit comments