Search code examples
Marshalling variable-sized string C array into C# (Unity iOS)...

c#iosobjective-cpointersmarshalling

Read More
PInvoke: Struggle to set up struct with a buffer pointer which could take various types depending on...

pinvokemarshalling

Read More
How to marshal this c struct and call its method in c#...

c#cpinvokemarshallingdllimport

Read More
Interop C# IntPtr to C void* to C++ PCCERT_CONTEXT and back again...

c#c++cpinvokemarshalling

Read More
JAXB - How to marshal java object without header...

javaxmljaxbmarshalling

Read More
How to Marshal a nested array of pointers in c#...

c#marshalling.net-5c#-native-library

Read More
How to skip null values in json text produced by gson, if TypeAdapter converts null-value?...

javajsongsonmarshalling

Read More
Marshalling LPDWORD into C# for P/Invoke...

c#c++pinvokemarshalling

Read More
Convert Python ElementTree to string...

pythonxmlmarshallingelementtree

Read More
MarshalAs(UnmanagedType.LPStr) - how does this convert utf-8 strings to char*...

c#c++marshalling

Read More
Passing array of structs from C# to C++...

c#arrayscstructmarshalling

Read More
YAML custom tags in Go...

goyamltagsmarshalling

Read More
C++ DLL returns unexpected array values when called from C# using P/Invoke...

c#c++pointerspinvokemarshalling

Read More
unmarshalling arbitrary data...

jsongostructmarshallingunmarshalling

Read More
Passing structure from native C library to C#...

c#cmarshalling

Read More
Custom Marshaler for JSON that can be string or a map[string]string / map[string]bool...

jsongomarshalling

Read More
How to remove certain items from a struct received from an imported package in golang?...

jsongomarshallinggo-gin

Read More
How to fix Unmarshalling unknown type code XXX at offset YYY in Android?...

androidserializationmarshallingunmarshallingparcelable

Read More
How to convert or use Win32 libraries to another platform?...

c#c++visual-studiodllmarshalling

Read More
Converting Managed String to std:string using marshal context...

c++stringcharacter-encodingc++-climarshalling

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

jsontimegomarshalling

Read More
How to implement HashSet.GetOrAdd(T) extension method in .NET 6 or .NET 7 using CollectionsMarshal...

c#.netmarshallinghashset

Read More
Effectively convert bytes to array of structures in C#...

c#marshalling

Read More
How to pass a C# string array to JavaScript using JSExport in WebAssembly?...

javascriptmarshallingwebassembly.net-7.0

Read More
JAXB Marshal missing Attribute/Element...

javaxmljaxbmarshalling

Read More
Error when creating a custom mashler/unmashler for Bson.M mongodb...

mongodbgomarshallingunmarshalling

Read More
C# to C++ process with WM_COPYDATA passing struct with strings...

c#interopc++-climarshallingwm-copydata

Read More
Not able to properly map c struct to c# struct...

c#marshalling

Read More
How can you fill an entire array pointer with a single value with a single write operation?...

c#arrayspointersmarshallingunmanaged

Read More
JAXB EclipseLink problem with marshalling CHOICE with nillable elements...

nulljaxbeclipselinkmarshalling

Read More
BackNext