-
I am trying to implement custom deserialization for external type. I am struggling as there are no mentions of Visitor pattern in https://serde.rs/remote-derive.html . My sample code does not take the…
-
Great repo!
It really would be helpful to have a Docker image and.a REST api for
easy usage from different environmenta as NodeRED or others.
Can we wait for such features in this repo or are t…
-
I noticed that serialization code is missing for `boost::container::vector` and `boost::container::string` and probably more of the Boost containers. Boost should be able to serialize ideally all or a…
-
Greetings!
The problem is that I can't split structure into several structures and unite them through flatten.
P.S. `serde_json` is just to show the problem. I faced with it using `config` crate.
…
-
Serde allows to use `tag = "..."` on enums, but I have a format in which there are also "tags" on structs - basically extra constant fields that must be present in serialized form to pass validations,…
-
I used to be able to adjust the clock times in agenda mode, until about a month ago.
Do you have some tips for troubleshooting why it would no longer think that is a time range field? I included a…
-
* short description of the problem:
ArduinoJson compiles until 5.8.4, error messages differ a bit for the different versions after 5.8.4.
* target platform:
Ameba RTL8722DM (AMB 21) version 3…
-
Serialization code is often repetitive. One helper to improve on this already exists in this crate, the [`serde_with::skip_serializing_none`](https://docs.rs/serde_with/1.4.0/serde_with/attr.skip_seri…
-
This came up in the serialization call on 15 June 2023.
The `ElementCollection` class has a `namespaceMap` which is used to expand/compact URI's used as identifiers within the `ElementCollection`.
…
-
An idea I had is to decorate the deserialization source with a jsonpath so you can select data inside of it that you want to be deserialized into your struct
Stage 1 Prototype is to deserialize int…