We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641f309 commit f69699aCopy full SHA for f69699a
README.md
@@ -19,7 +19,7 @@ It allows you to map objects to arrays/JSON and **automatically generate OpenAPI
19
- 🏷️ Property aliasing with `#[SerializedName]`
20
- 🔄 Automatic type casting (e.g. `DateTime ↔ string`)
21
- 🔁 Deep object nesting support
22
-- ❌ Skip/exclude fields with `#[Skip]`
+- ❌ Skip/exclude fields with
23
- 🧩 Recursive DTO serialization
24
- 🧬 **Auto-generate OpenAPI schema** using object definitions
25
- ⚙️ Framework-agnostic — works with Laravel, Symfony, etc.
0 commit comments