-
- [x] Refactor API endpoint to a application/json
- [x] Change to SmartContract parameter to accept bytecode as an argument
- [x] Adjust the [Deploy SC internal](https://github.com/massalabs/station…
-
- Switch all JSON serialization in APIView to either `System.Text.Json` or `NewtonSoft.Json`
-
### What steps will reproduce the bug?
1. Nifi Operator version 1.9.0
2. Nifi cluster version 1.17.0
3. Kubernetes version 1.29.0
### What is the expected behavior?
Nifi cluster should be up and …
-
When serializing an `ObjectType` that has an `additionalProperties` field to JSON, we need to flatten the properties inside it into the “parent” type. I’m not sure this is even possible with the built…
-
This issue derives from #302.
Develop a helper class or some helper classes to serialize [the `CallProfile` object](https://github.com/solvcon/modmesh/blob/69b7e899bcb554cf6068951f6c79048017e2b7fe/…
-
Hi,
I'm starting to use this library because I like to have those things generated from the specs! Good approach I think!
One question or feature request I had is about the serialization.
I'm…
-
**Description**
I encountered a confusing exception when writing JsonElement-related tests. I don't know how likely someone would be to stumble across this in the wild.
While it isn't a bug _per…
-
#### Problem to Solve
Currently, octane encodes the execution payload obtained from engineAPI into the `MsgExecutionPayload.ExecutionPayload` field as json bytes.
Json is not strict, in the sense…
-
When trying to log certain objects (though seemingly not all) we get an Internal exception:
```
[Information] [2024-11-22 22:04:37.490] [13] - Internal Logging exceptionSerialization and deseriali…
-
var booru = new BooruSharp.Booru.Safebooru();
PostSearchResult? result = null;
try
{
result = await booru.GetRandomPostAsync();
}
catch (Exception e)
{
Console.WriteLine(e);
}
**Throws t…