-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0.net#readme) and have not found a suitable solution or answer.
- [X] I have looked into the [API documentation](https…
-
Hi,
I'm quite new to rust and hope this issue is not due to my lack of experience.
I found that when I create a new Jwks, generate and add a new key to it, deserialize the Jwks to a file and then …
-
### Description
目前Scan不支持将查询的某个字段结果直接反序列化至指定变量,如下:
```
案例表结构
type User struct {
Id int64
Username string
Balance decimal.Decimal
State bool
}
1、
var balance decimal…
-
I am attempting to setup a polymorphic object that will be contained within another object. Serialization and saving to the database is working as intended, but fetching and deserializing from the ser…
-
**Describe the bug**
When querying specific blocks on Optimism throws deserialization error:
```
deserialization error: invalid type: null, expected 32 bytes, represented as a hex string of length …
-
## Description
Methods like `Node::deser` in `crates/sourisdb/src/utilities/huffman.rs` use unbounded recursion, which could lead to stack overflow when handling malicious inputs that create deeply n…
-
### Describe the bug
When using the below code, it is not able to find JsonObject in the project and the builds are failing :
```java
StripeObject stripeObject = StripeObject.deserializeStripeObj…
-
Hi, if you get msgpack messages in, and they can be one of say 4 different formats, based on custom classes, how would you go about detecting which one to unpack?
I am trying to figure something ou…
-
If I have a `Value`, how can I convert this to a type which implements `serde::Deserialize`?
Libraries like serde_json have `to_value` and `from_value` functions for this, but I don't see a way to …
-
I was wondering if there was a reason that deserialize is not implemented for Light Commands beyond it being not something generally needed for Hue API Interaction?