marshalling
How to marshal Null objects from .NET to COM as an object type?
In the middle of a large project that is using COM interop while migrating from VB6 to .NET, I found the need to write code that receives an object from an interop method and then pass that object int[详细]
2023-03-06 06:34 分类:问答RemoteObject in BlazeDS environment: Serializing objects from JAXB/XJC-generated classes
I\'m developing a webapp with Java backend and Flash (pure ActionS开发者_如何学Gocript) frontend using BlazeDS.[详细]
2023-03-05 07:35 分类:问答PInvoke and char**
I got this assembly from someone which I\'d like to use in my c# application. The header looks like this:[详细]
2023-03-05 03:16 分类:问答Jaxb marshaller always writes xsi:nil (even when @XmlElement(required=false, nillable=true))
I have a java property annotated with @XmlElement(required=false, nillable=true). When the object is marshalled to xml, it is always outputted with the xsi:nil=\"true\" attribute.[详细]
2023-03-03 06:33 分类:问答How does the CLR marshal a structure containing only a single field when calling unmanaged code?
By default, how will the CLR marshal a structure that contains only a single field, but defines multiple methods, properties, operators, etc., when calling an unmanaged function through P/Invoke?[详细]
2023-03-02 18:37 分类:问答How can I marshal Objects from a Socket without closing it? (JAXB Marshaling from Inputstream via Socket)
I have tried in many different ways to send my xml document over a socket connection between a server and a client without closing the socket after sending (keep the outputstream open, for sending ano[详细]
2023-03-02 15:07 分类:问答c++/c# Marshal a struct to get a fixed pointer
I have an older app which accepts dll plugins. Each plugin has a function that creates a new instance of a \"widget\". This function identifies the new \"widget\" instance by returning a unique int. I[详细]
2023-03-02 10:12 分类:问答Unmarshalling Error
I get an e开发者_开发技巧rror whenever I try do a request to a SOAP service: Unmarshalling Error: unexpected element (uri:\"http://www.domain.com/ws/servicename/\", local:\"dummyArg\"). Expected ele[详细]
2023-03-01 22:19 分类:问答ClassNotFoundException on Marshal.load
I\'m trying to do a marshal dump and load in Scala... import scala.util.Marshal case class Test(test: String)[详细]
2023-02-28 14:17 分类:问答JAXB marshaling: how to include exceptions info into xml output file?
I have a very basic application that uses JAXB marshaller to validate input information against an xsd schema. I register a validation event handler to obtain information about the exceptions. What I[详细]
2023-02-28 10:23 分类:问答