marshalling
JAXB marshalling object having property of type List<Element> (@XmlAnyElement) doesnt output node value
Following file TPAExtensionsType.java I have generated from a XSD file. TPAExtensionsType.java /* * <p>The following schema fragment specifies the expected content contained within this cla[详细]
2023-04-05 21:52 分类:问答org.apache.cxf.interceptor.Fault: Marshalling Error: null
I have created a webservice usingcxf 3.4.1 When I send a request to the webservice it works fine but sometimes for one[详细]
2023-04-03 23:45 分类:问答Marshaling arrays in JAXB
I have no problem to marshal Job objects but when i try to marhsal an array of Job i am getting a bad XML. It seems like i need to create a wrapping element something like . I dont know how and I woul[详细]
2023-04-03 20:31 分类:问答Trouble with Marshal.PtrToStructure() and char arrays in structure DEVMODE
I\'m having an issue with using Marshal.PtrToStructure() to extract data out of a pointer to a structure of type DEVMODE. Here is a link to an MSDN entry on the DEVMODE structure.[详细]
2023-04-03 10:40 分类:问答How to marshal empty string to a single tag
I\'ve my object, configured with the code: object.setName(\"\"); marshaled into following XML:开发者_如何学Python[详细]
2023-04-03 07:58 分类:问答Safety of passing HBITMAP handle from unmanaged to managed code for created a System.Drawing.Bitmap
I\'m pretty new to managed/unmanaged interop, so I\'m looking to get some opinions on how safe the following procedure is for getting a bitmap from unmanaged C++ to managed C#. The basic idea is:[详细]
2023-04-02 15:49 分类:问答Improper marshaling: C# array to a C++ unmanaged array
I have the following C# code with a structure definition (CInput), 开发者_运维问答obj definition and init, and a call to a C++ (native) DLL function (that has also been written by me).[详细]
2023-04-02 07:44 分类:问答List becomes String when Marshalling object to json
I\'m getting a pretty strange error when marshalling my object to json. My object is annotated like this.[详细]
2023-04-01 17:38 分类:问答How can I make an interop call using a struct as a parameter that contains a string
I am attempting to call a C++ function in a DLL from C# via interop. The DLL was written by someone else. The function signature is as follows:[详细]
2023-04-01 12:56 分类:问答Detecting cross-thread marshaling by COM RCW objects in C#
I\'m working in a large multithreaded C# application handling bunches of COM interop. The other developers and I have ample opportunity to accidentally call Single-Threaded Apartment (STA) COM objects[详细]
2023-03-31 17:50 分类:问答