Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in marshalling

Faster/more efficient alternatives to Ruby's Marshal?

JAXB in Netbeans Module

Is using Parcelable the right way to send data between applications?

How should I deal with linebreaks in strings I want to marshal in Java to XML?

java xml jaxb marshalling

float* from C to C#

c# c pointers malloc marshalling

Writing packed structs with a MemoryMappedViewAccessor bug?

javax.xml.bind.PropertyException when jaxb marshalling

java xml maven jaxb marshalling

Exposing a C++ API to C#

c# c++ interop clr marshalling

How do I marshal wchar_t* from C++ to C# as an out parameter or return value?

c# .net c++ interop marshalling

Will using MarshalAs(UnmanagedType.LPWStr) cleanup memory?

c# pinvoke marshalling

C# and void pointers

Marshal and magic_copy in js_of_ocaml

Marshal C++ "string" class in C# P/Invoke

How expensive is using MarshalByRefObject compared to serialization?

How do I call an unmanaged function that has a char[] as OUT parameter from C#?

c# .net c pinvoke marshalling

How to marshal to ANSI string via attribute?

c# c marshalling

Does C# have an equivalent to #pragma pack in C++?

c# c++ marshalling

Safe use of Marshal.Copy from raw bitmap data to managed array

c# bitmap marshalling

Using a custom class as a JAX-WS return type?

java jax-ws marshalling

What is the difference between C# marshaled struct pointers?

c# struct marshalling