-
```
There are some significant issues around serialization and deserialization
for many of the StdMediaSerializer subclasses.
Essentially, they are not really robust in the face of what should be
leg…
-
**Describe the bug**
I get this error when trying to create json output of an instance of `java.math.MathContext`.
```
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make fi…
-
I have a task that is registered to a specific queue.
In node-celery I am able to pass messages. However, unable to sent messages through node-celery-ts
```
const client = Celery.createClient(…
-
My .netcore app is using System.Text.Json as the default serializer, when integrate with Elsa which use NewtonSoft.json, my app will broke because I have many custom converter for System.Text.Json.
…
-
BigInt is one of the standard built-in types in Typescript. At the moment TypedJSON does not support parsing BigInt out of the box. The underlying problem is also that the standard `JSON.parse()` does…
-
from #447 comment
- [ ] Need to tests whether custom serializer code is added to server requirements (for docker)
- [ ] we need to implement image serializers for all frameworks (tf, torch, maybe …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Suggestion
We are using both System.Text and Newtonsoft.JSON now. Newtonsoft was added to resolve some seriali…
-
java.lang.NullPointerException: Parameter specified as non-null is null: method kotlinx.serialization.json.Json.encodeToString, parameter serializer in `AsyncAuthStore.kt`
-
```
Database#getDocument can use provided JSON deserializer as a method argument. I
think that Document#create/upudate should also accept JSON serializer as a
method argument. Actually i need it ;-)…
-
The following line of code:
https://github.com/JamesNK/Newtonsoft.Json/blob/8.0.2/Src/Newtonsoft.Json/Bson/BsonWriter.cs#L470
assumes that Guid.ToByteArray returns the bytes in the expected order, b…
rstam updated
3 months ago