marshalling
Marshalling an MFC CArray to C# through P/Invoke
I am attempting to write a C# class (2010) that allows the usage of functions contained in a legacy C++开发者_开发百科 dll.The functions are exported using __stdcall, and have varying sets of paramete[详细]
2023-03-17 05:27 分类:问答JAXB marshalling failed: "null" error when running an application on websphere. Same application runs fine on Tomcat
I have a web application containing a servlet which runs fine on Apache Tomcat. However, when I deploy the war file on Websphere Developer 开发者_StackOverflow中文版Edition 8, I get the following erro[详细]
2023-03-16 18:35 分类:问答Grails object marshalling - adding data type hints?
I\'d like to be able to have something like this: <form> <input type=\"date\" name=\"params.date\"/>[详细]
2023-03-16 06:08 分类:问答Jaxb should Marshalling internal Classes?
Look I have this piece of XSD: <xs:complexType name=\"ResourcesType\"> <xs:sequence> <xs:element name=\"Classrooms\">[详细]
2023-03-15 18:30 分类:问答Marshal C++ "char**" in C#
I\'m calling C# method from C++ and passing char** as argument. It has to be char** because I need to return value through parameter.[详细]
2023-03-15 10:43 分类:问答XmlSerialize 3rd-party class using JAXB
The reading that I\'ve done thus far on JAXB suggests that its usage is limited to serializing classes that one can annotate properly (i.e. one has the class\' source).[详细]
2023-03-14 15:00 分类:问答How to write a WCF service similar to Running Object Table (ROT)?
I am trying to write a running object table like WCF service (.NET 4.0) for providing access to some COM controls across processes. This service is accessed by both COM and .NET clients.[详细]
2023-03-14 12:20 分类:问答Struct marshal in C#
I have the following struct in C# unsafe public struct control { public int bSetComPort; public int iComPortIndex;[详细]
2023-03-14 08:18 分类:问答MarshalAs attribute case study
When should we use this attribute and why do we need it? For example, if the native function in c takes as a parameter a pointer to unsigned char开发者_运维知识库, and I know that it\'s needed to fulf[详细]
2023-03-13 13:07 分类:问答MarshalByRefObject vs Marshal by value in performence c#
开发者_C百科I have big data structure that I pass between two application domains. What way of transporting do you propose MarshalByRefObject vs Marshal by value?[详细]
2023-03-13 02:13 分类:问答