Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in marshalling

TBBUTTON struct not working with SendMessage

How can I marshall a vector<int> from a C++ dll to a C# application?

c# .net c++ stl marshalling

What OCaml standard library types cannot be marshalled?

marshalling ocaml

C# Get progID from COM object

c# com object marshalling

Marshal.StructureToPtr fails with bool and fixed size array?

c# marshalling

How is marshalling performed when C++ code is called from C++/CLI?

error trying to marshal a JAXB root object missing @XmlRootElement

jaxb marshalling

Marshalling XML Go XMLName + xmlns

xml go marshalling

How to make JAXB Marshaller marshal abstract class based on its runtime type?

java jaxb marshalling

Multiple JAXBContext instances

java jaxb marshalling

Handling XML escape characters (e.g. quotes) using JAXB Marshaller

Override the layout used by json.Marshal to format time.Time

json time go marshalling

Opensaml error receiving correct unmarshaller

Axis2 object to xml

java xml marshalling axis2

Marshalling a char** in C#

c# c string pinvoke marshalling

C# marshal unmanaged pointer return type

Why do C# and VB.NET implicitly marshal char* differently?

c# c++ vb.net string marshalling

Relations and differences between marshall/unmarshal, encoding/decoding, and serialization/deserialization for JSON?

How do I marshall a pointer to a pointer of an array of structures?

Does Go correctly marshal float64 to JSON?