marshalling
pass subclass instances as superclass with Jaxb
I need to send/receive polymorphic objects from/to server while invoking my spring enabled restful service.[详细]
2023-03-30 18:55 分类:问答Pass multi - dimensional array from managed code to unmanaged code
I would like to do the following: Create three dimesinal array in c# code like this: var myArray = new sho开发者_如何学Pythonrt[x,y,z];[详细]
2023-03-30 12:31 分类:问答Mapping IntPtr into Struct via Marshal.PtrToStructure causing "Access Violation Exception"
I\'m trying to use a C++ DLL (3rd party library implementing EMI protocol, having source code available) in .NET. I\'ve succesfully done marshalling, calling the functions and getting everything work[详细]
2023-03-30 05:09 分类:问答Importing a Ruby class from a socket connection?
I have this idea for a client/server archetype where the server would hold a hash of Marshal.dump\'ed class objects along with their version numbers.Then the client could query the server concerning t[详细]
2023-03-29 13:06 分类:问答Which are the equivalents of the Marshal methods _load and _dump in Ruby YAML?
I\'m using the standard YAML library, I have an object that I convert to a hash when dumping it, and I convert from a hash when loading. In Marshal I used _load and _dump methods overload, but Marshal[详细]
2023-03-28 21:45 分类:问答Passing Structure from C++ CLI to Unmanaged Code
I have an unmanaged code that has the following definition, void Load(const somestruct& structinst)[详细]
2023-03-28 14:59 分类:问答Object's life cycle in a WS call
What happ开发者_运维问答ens to a Java object\'s life when it is passed to a SOAP web service and returned after modification? I know it is serialized, mar-shelled, converted to XML etc. But i am not s[详细]
2023-03-27 19:56 分类:问答Java: Marshalling Object -- Removing extra ns2 annotation in xml
I am trying to marshall data within an object into an xml file based on a defined schema. However when I print out the xml file, I recieve extra annotations on the xml tags. Is there any way to get ri[详细]
2023-03-27 17:57 分类:问答C# Marshalling question
Based on suggestions from svick, I believe I can substancially simplify my post and question.Below, is some complete code that demonstrates my problem and question, namely marshalling bytes to structu[详细]
2023-03-27 14:23 分类:问答C++ <--> C# modify a marshalled array of bytes
I have an unmanaged C++ function which is calling a managed C# method in a DLL.The purpose of the C# method is to take an array of bytes (allocated by the C++ caller), populate the array, and return i[详细]
2023-03-27 05:44 分类:问答