File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -142,4 +142,20 @@ Allow serialization and deserialization of objects to and from [Amazon Ion](http
142
142
* Artifact ID: ` dev.ahmedmourad.bundlizer:bundlizer-core `
143
143
* Platform: Android
144
144
145
- Allow serialization and deserialization of objects to and from [ android.os.Bundle] ( https://developer.android.com/reference/android/os/Bundle ) .
145
+ Allow serialization and deserialization of objects to and from [ android.os.Bundle] ( https://developer.android.com/reference/android/os/Bundle ) .
146
+
147
+ ### CSV
148
+ * GitHub repo: [ hfhbd/kotlinx-serialization-csv] ( https://github.com/hfhbd/kotlinx-serialization-csv )
149
+ * Artifact ID: ` app.softwork:kotlinx-serialization-csv `
150
+ * Platform: all supported platforms
151
+
152
+ Allows serialization and deserialization of CSV files.
153
+ There are still some limitations (ordered properties).
154
+
155
+ ### Fixed Length Format
156
+ * GitHub repo: [ hfhbd/kotlinx-serialization-csv] ( https://github.com/hfhbd/kotlinx-serialization-csv )
157
+ * Artifact ID: ` app.softwork:kotlinx-serialization-flf `
158
+ * Platform: all supported platforms
159
+
160
+ Allows serialization and deserialization of [ Fixed Length Format files] ( https://www.ibm.com/docs/en/psfa/7.2.1?topic=format-fixed-length-files ) .
161
+ Each property must be annotated with ` @FixedLength ` and there are still some limitations due to missing delimiters.
You can’t perform that action at this time.
0 commit comments