You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: formats/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ For convenience, they have same `groupId`, versioning and release cycle as core
31
31
| android.os.Bundle |[AhmedMourad0/bundlizer](https://github.com/AhmedMourad0/bundlizer) <br> `dev.ahmedmourad.bundlizer:bundlizer-core`| Android | Allow serialization and deserialization of objects to and from [android.os.Bundle](https://developer.android.com/reference/android/os/Bundle). |
32
32
| CSV |[hfhbd/kotlinx-serialization-csv](https://github.com/hfhbd/kotlinx-serialization-csv) <br> `app.softwork:kotlinx-serialization-csv`| all supported platforms | Allows serialization and deserialization of CSV files. There are still some limitations (ordered properties). |
33
33
| Fixed Length Format |[hfhbd/kotlinx-serialization-csv](https://github.com/hfhbd/kotlinx-serialization-csv) <br> `app.softwork:kotlinx-serialization-flf`| all supported platforms | Allows serialization and deserialization of [Fixed Length Format files](https://www.ibm.com/docs/en/psfa/7.2.1?topic=format-fixed-length-files). Each property must be annotated with `@FixedLength` and there are still some limitations due to missing delimiters. |
34
-
| JSON5 |[xn32/json5k](https://github.com/xn32/json5k) <br> `io.github.xn32:json5k`| JVM only| Library for the serialization to and deserialization from [JSON5](https://json5.org) text. |
34
+
| JSON5 |[xn32/json5k](https://github.com/xn32/json5k) <br> `io.github.xn32:json5k`| JVM, Native| Library for the serialization to and deserialization from [JSON5](https://json5.org) text. |
0 commit comments