-
**Describe the bug**
The serialization of a `PermissibleValue` like `PermissibleValue('infant')` should be `'infant'`, instead it is `PermissibleValue({'text': 'infant'})`.
This issue is probabl…
-
Without the following, bokeh raises a serialization error `bokeh.core.serialization.SerializationError: can't serialize `, but https://panel.holoviz.org/reference/custom_components/JSComponent.html do…
-
I'd like to be able to run this serialization:
```
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
namespace ConsoleApp1;
internal class…
-
I am encountering exceptions during logging, due to EF Core passing unserializable `state` data to `ILogger.Log()` calls.
Specifically, looking at the `SaveChangesFailed` log event:
https://gith…
-
```
The net.sf.sojo has trouble with serializing the map with any other datatype
other than string -below is the error I get after resolving the serialization
interface issue.
net.sf.sojo.interch…
-
```
The net.sf.sojo has trouble with serializing the map with any other datatype
other than string -below is the error I get after resolving the serialization
interface issue.
net.sf.sojo.interch…
-
ClickHouse supports built-in commands [BACKUP and RESTORE](https://clickhouse.com/docs/en/operations/backup) to make backups and to restore from them. There is also an external utility [clickhouse-bac…
-
We mark xml elements as json:array=true to force serialization as array in JSON. However: when the element happens to be empty the JSON serialization fails and creates illegal output. If I omit the js…
-
Hi! I'm trying to run a task in my project and I'm getting this error, what should I do to fix it?
-
### Steps
1. Need create Android project on .net6
2. Add reference to Newtonsoft.Json lib 13.0.2
3. Create simple class with Tuple and try to serialize it.
**Result:**
Debug mode works well.…