marshalling
Call C++ from C# Array MarshalAs Problems?
So I have a function inside of a C++ library: double MyFunc(double** data, 开发者_如何学编程int length)[详细]
2023-03-20 21:28 分类:问答JAXB runtime specify what to marshall
Im wondering is there any RUNTIME possibility how to select which fields should be omitted during marshalling. I know that there is @XmlTransient annotation, but that is not runtime.[详细]
2023-03-20 19:52 分类:问答C# AppDomains and Threads
I\'ve come with a little question that keeps me awake all night. Maybe it\'s easy to understand, but I can\'t, yet.[详细]
2023-03-20 15:19 分类:问答Add StartElement to JAXBContext marshal
I have an object x which I want to marshal into a file. xml of x : <x id=\"0\"><f1>bla</f1><f2>bla </f2><f3>b开发者_StackOverflow中文版la</f3></x>[详细]
2023-03-20 14:52 分类:问答WinPcap C# Wrapping pcap_findalldevs() throws PInvokeStackImbalance
Im tr开发者_运维百科ying to write a C# wrapper for winpcap. It gives the warning PInvokeStackImbalance when im trying to debug, but pcap_findalldevs does its job. But I think this will cause a memory[详细]
2023-03-20 09:27 分类:问答Marshal ByRef Variable-Length Array from COM to C#
I am having trouble getting the managed sig correct for this COM interface any suggestions? MIDL_INTERFACE(\"6788FAF9-214E-4b85-BA59-266953616E09\")[详细]
2023-03-19 17:52 分类:问答What does Disco's "Could not parse worker event:" error mean?
I\'m trying to run a Disco job using map and reduce functions that are deserialized after being passed over a TCP socket using the mar开发者_如何学Goshal library. Specifically, I\'m unpacking them wit[详细]
2023-03-19 15:01 分类:问答How to debug C# managed/unmanaged marshalling exceptions?
I\'m writing a DirectShow filter on C# and I don\'t want to use any third party library. This task is almost 100% based on the correct prototyping of the COM interfaces like IGraphBuilder, IBaseFilter[详细]
2023-03-17 08:47 分类:问答Grouping properties using JAXB annotations
I have a class Product with the following properties: name, dateCreated, createdByUser, dateModified and modifiedByUser, and I\'m using JAXB marshalling. I\'d like to have output like t开发者_如何学Py[详细]
2023-03-17 05:58 分类:问答JAXB - Suppress Boolean attribute if false
Let\'s say that I have a class @XmlRootElement(name=\"thing\") public class Thing{ private String name; private boolean awesome;[详细]
2023-03-17 05:52 分类:问答