Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

JSON Marshal struct with method return as field

json go marshalling

Returning a std::string from a C++ DLL to a c# program -> Invalid Address specified to RtlFreeHeap

c# c++ string marshalling

How to marshall array of structs in C#?

c# marshalling

How to marshal a C++ enum in C#

c# c++ pinvoke marshalling

StructLayout Pack=1 doesn't work with bool?

c# marshalling native