-
Our App encountered a Messaging error which is caused by this package which sets global default json serializer settings.
https://github.com/perfahlen/AzureMapsRestServices/blob/883a8f5f39202277f59…
Cogax updated
3 months ago
-
**What language does this apply to?**
proto3
**Describe the problem you are trying to solve.**
Trying to introduce custom json output formatting for specific types that are autogenerated from pro…
-
With serialization 1.7.3:
```
@Serializable
sealed interface Sealed {
@Serializable
@SerialName("SealedDataClass")
data object SealedDataClass : Sealed
}
```
Serializing `SealedDa…
-
Host side bindings look like this:
```kotlin
override fun apply(change: PropertyChange, eventSink: EventSink) {
val widget = _widget ?: error("detached")
when (change.tag.value) {
…
-
Hi there, I'm using the SDK with NewtonSoft. I would like to make 'snapshots' of all my agents and their messages.
I can serialize a list of Messages to JSON, yet I can't convert it back because T…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
…
-
One pretty common pain point is that the JSON spec can't serialize or deserialize datetimes. I suggest that we can add a `dateutil.json` submodule that would provide a common JSON serializer/deseriali…
-
Does the json serializer/deserializer support Enums?
eg. Java enums
-
Not sure if jessie should have one or not, quite a useful function to have though?
-
With this backend app, the db models returned to a view need to be in JSON format. I will need to create some Serializer classes for the models to be able to do so.