File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -35,26 +35,19 @@ export interface MyClass {
35
35
}
36
36
```
37
37
38
- The aim is to create TypeScript interfaces that can accurately produce Kotlinx Serialization
39
- compatible JSON.
40
-
41
- The Kotlinx Serialization API should be used to generate TypeScript. The
38
+ Only Kotlinx Serialization
42
39
[ ` SerialDescriptor ` s] ( https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-core/kotlinx.serialization.descriptors/-serial-descriptor/index.html )
43
- are flexible and comprehensive enough to allow for accurate TypeScript code, without any deviation.
44
-
45
- The aim is to create TypeScript interfaces that can accurately produce Kotlinx Serialization
46
- compatible JSON.
47
-
48
- The Kotlinx Serialization API should be used to generate TypeScript. The
49
- [ ` SerialDescriptor ` s] ( https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-core/kotlinx.serialization.descriptors/-serial-descriptor/index.html )
50
- are flexible and comprehensive enough to allow for accurate TypeScript code, without any deviation.
40
+ are used to generate TypeScript. They are flexible and comprehensive enough to allow for accurate TypeScript code, without any deviation.
51
41
52
42
See [ the docs] ( ./docs ) for working examples.
53
43
54
44
## Status
55
45
56
46
This is a proof-of-concept.
57
47
48
+ The aim is to create TypeScript interfaces that can accurately produce Kotlinx Serialization
49
+ compatible JSON.
50
+
58
51
| | Status | Notes |
59
52
| ---------------------------------------| -----------------------------------------------------------------| :---------------------------------------------------------------------------------------------------------------|
60
53
| Kotlin multiplatform | ❓ | The codebase is multiplatform, but only JVM has been tested |
You can’t perform that action at this time.
0 commit comments