-
At first I was wondering if it works with react, but then I found it supports string values only.
So I'd recommend to add JSON serialization for `set` and deserialization for `get`.
This will be bac…
-
Like in the subject, if I attempt to deserialize a JSON with a time like `20180505T214800Z` into a struct that derives `Deserialize` and wants to keep it in a `DateTime` field, it's not working unless…
-
### Description
- Situation:
- The avro classes with enum types cause an error when serializing and deserializing to json
- This causes errors when going back and forth from python diction…
-
`Upgradable::up_stage_code` uses borsh parameter serialization:
https://github.com/aurora-is-near/near-plugins/blob/c043add4c2a0810872c4326a55c5162bccd3f4ee/near-plugins-derive/src/upgradable.rs#L3…
-
Publish the following application with `-p:PublishTrimmed=true`
```C#
using System;
using System.Collections.Generic;
using System.Text.Json;
namespace ConsoleApp1
{
class Program
…
-
I believe I'm using the `consul:1.4.4` docker image, and listing a path returns a `null` value. This is the response when I use curl:
```
curl -i http://localhost:8500/v1/kv/redacted/config/?recur…
-
When a `PocoBuilder` builds poco's based on `ISourceNode` or `ITypedElement`, it forwards the exceptions on these sources to its own `ExceptionHandler`. This means that `PocoBuilder` partipicates in …
-
Hi,
Is there any way I can get the whole form with values changed by the user?
In my case, I have to maintain the version of the forms with changed data.
Thank you
-
Thanks for creating this project, using transit with immutable.js is awesome. You've packaged up some great functionality here, especially with handling records too.
I was wondering if we could add a…
-
```
I found an issue with deserialization. When I try to deserialize json which
doesn't contain all object's fields or contains null I got Marshalling Error.
Please check the source code in attached …