-
Hi,
I'm working on an android app where jackson serializer is not being employed - we are using gson. Would you consider building variants that use gson or kotlinx serialization ? The first step f…
-
Hello! Thanks for this very helpful library!
I'm wondering if `additionalProperties=true` is supported during deserialization and serialization. Meaning, if I deserialize a json object and then re-s…
-
This problem occurs with 0.90.2 and 0.90.3. See the following example:
```kotlin
class Test {
@Serializable
@SerialName("element")
data class Element(
@XmlElement(true)
…
-
We use code from the SimpleJSON library: https://github.com/MJPA/SimpleJSON
Specifically,
* src/serialization/JSON{.cpp,h}
* src/serialization/JSONValue{.cpp,h}
This code has not been updated in…
-
Hi,
I was wondering if it is possible to create a serializer that delegates serialization/deserialisation to the Kotlinx Serialization library?
Wim
-
### Feature description
I was looking and the profiler and saw that serializing and deserializing of strings such as scoreboard components is taking some processing time, maybe it would be a good ide…
-
**Describe the bug**
I have a Singleton object, for which I am trying to implement a `KSerializer`.
Serializer works fine only if it is used outside of polymorphic context.
When it is used in poly…
-
I am attaching a working project in which the issue can be observed.
As per the documentation of this library , we are not to change add or modify the proguard files (if we are not using named com…
-
https://github.com/alecthomas/go_serialization_benchmarks
50% of program time is spent in deserialization. we need faster
-
When passing a python list directly to a girder client instance's rest methods, the generated URL uses the multiple parameter specification convention.
``` Python
client.put(
'system/plugins',
…