Skip to content

Commit 7712edd

Browse files
authored
Add CSV and FixedLengthFormat 3rd party lib (#1928)
1 parent 9650a28 commit 7712edd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

formats/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,20 @@ Allow serialization and deserialization of objects to and from [Amazon Ion](http
142142
* Artifact ID: `dev.ahmedmourad.bundlizer:bundlizer-core`
143143
* Platform: Android
144144

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.

0 commit comments

Comments
 (0)