-
I'm not sure whether the profile should make the JSON Serialization mandatory. Are there libraries avalaible? Are there enough use cases justifying it? So far, I see JAdES as a technical mechanisms fo…
-
Hey team, we're currently using Authkit with Next and looking into switching over to Remix, so have started using this package while we try it out.
We're taking advantage of Remix's [Single Fetch](…
-
| --- | --- |
| Bugzilla Link | [353314](https://bugs.eclipse.org/bugs/show_bug.cgi?id=353314) |
| Status | NEW |
| Importance | P5 enhancement |
| Reported | Jul 28, 2011 08:27 EDT |
| Modified …
-
## Why you need it?
Currently, saga, tcc, at, and seata-server use Jackson/fastjson for serialization. We need to unify it.
-
### Feature Request
The new collection serialization protocol in https://fury.apache.org/docs/specification/fury_xlang_serialization_spec/#list can be 2x faster than current one in pyfury. #923 has…
-
This library looks great, are you planning to add support for kotlinx serialization, or would you accept a pr that adds it?
-
1. Websocket Supports Binary which means fressian could be used.
2. Cljs config needs to use async resolver.
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[org.…
awb99 updated
1 month ago
-
When making the request:
```
var orderRequest = new GraphRequest()
{
query =
@"mutation orderCancel($notifyCustomer:Boolean!, $orderId: ID!, $reason: OrderCancelReason!, $refund: Boolean!…
-
```
use std::rc::Rc;
use xrust::item::Node;
use xrust::parser::xml;
use xrust::trees::smite::Node as SmiteNode;
fn main() {
let doc_text = r#""#;
let doc = xml::parse(Rc::new(Smit…
-
Following up #27, @generalmimon done tremendous job at implementing serialzation for some languages. However, it's not yet merged into `master`, thus so far these live into separate "serialization" br…