-
This library looks great, are you planning to add support for kotlinx serialization, or would you accept a pr that adds it?
-
-
This is probably not the right place for this but it has to be said.
I want to say a huge thank you for the contributors of this repository, especially @zigzago, for creating this wonderful library…
-
We have the ability to load the model configuration from Keras JSON format and pre-trained weights stored in h5 format.
But how to export the model pre-trained in KotlinDL to the Keras or pure Tensor…
-
**Describe the bug**
When requiring type of Int in a serializable class, type coerce string to int without throwing an error.
**To Reproduce**
Attach a code snippet or test data if possible.
…
-
Hi @pdvrieze. Thanks for this util.
We have a need in our project to continue supporting 1.8.10 but running serialisation version 1.5.1. It should be v0.85.1, I believe.
We can open a branch with …
-
Introduce standalone JOSE support module with JWT/JWK/etc.
Support for JWK encoding/decoding can also be used afterwards in providers other than WebCrypto.
Full list of RFCs:
- JWS: https://datat…
-
## Description of the issue
Scanning an [NTAG 424 DNA](https://www.nxp.com/docs/en/application-note/AN12196.pdf) containing NDEF data with Metrodroid on Android or JVMCLI returns error:
```
jav…
-
Using `moshi-kotlin:1.15.1` with `KotlinJsonAdapterFactory`:
```
Moshi.Builder().add(KotlinJsonAdapterFactory()).build()
```
I want to serialize the following model:
```
private data class W…
-
**Describe the bug**
Given a Kotlin sealed class annotated with `@Schema(oneOf = ..)`, swagger-core resolves a schema which contains both `type: object` and `oneOf`
**To Reproduce**
Model classe…
JanC updated
4 months ago