-
Turn
```rust
fn f(callback: Box i32> { ... }
```
into
```c
void f(int (*callback)(int, int)) { ... }
```
-
Our reliance on the standard library's JSON marshaller/unmarshaller is unnecessary (and expensive) as we have all the type information available during code generation. Consider the below benchmarks.…
-
In C#, the raw message payload are being deserialized/serialized using contextual marshallers (which are instantiated directly from the generated code of protobuf services).
Currently there is no way…
-
This issue first manifested in 4.0.0 and is still present in 4.0.5. In 3.0.2 this issue does not happen.
If you have 3 objects, Parent (fields: ID), ChildA (fields: name), ChildB (fields: Id, name)…
-
Hi,
I'm using your library in a java 11 solution, but get Marshalling errors:
Caused by: com.sun.istack.SAXException2: Instance of "org.cxml.v12028.PunchOutSetupRequest" is substituting "java.la…
-
Hello 👋 New user of Talos and Pulumi here. I hope I am creating this issue in the right place - if not, please point me to where it should be.
My goal is to use Pulumi to provision a Talos cluster…
-
Add a mirror version of the Unmarshal method to turn a struct into a `resource.PropertyMap`.
As an optional extension, this would be great if it supported setting secrets and unknowns in a way that…
-
[Covert Cynosural Field Generator I](https://everef.net/types/28646) can be fitted to [Black Ops](https://everef.net/groups/898) ships, but [Marshal](https://ref-data.everef.net/types/44996) doesn't h…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
Net 8.0
### Description
After this change to mono, marshal-ilgen has been moved to a component: …
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
.NET 7
### Description
With #7249 and #7260, the `marshal-ilgen` component is *always*…