From c50b1aa4a85ece606b91e5b664c29892b1e7a22d Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Wed, 23 May 2018 21:57:42 +0200 Subject: [PATCH] add feature flatten --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5606798..4b78aa8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This library will support XML de/ser-ializing with all specific features. - [x] **attribute**: this field is defined as an attribute - [x] **text**: this field match to the text content - [x] **namespace**: defines the namespace of the field +- [ ] **flatten**: Flatten the contents of the field ## Custom De/Ser-rializer