Search code examples
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
Lowercase JSON key names with JSON Marshal in Go...


jsongoserializationtagsmarshalling

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
Correctly Convert const char* in C++ dll to string in C#...


c#c++stringdllmarshalling

Read More
A better way to copy a ReadOnlySequence<byte> to a Struct...


c#marshallingsystem.io.pipelines

Read More
Go How to deal with float infinity before converting to JSON...


jsongomarshalling

Read More
C# Marshalling double* from C++ DLL?...


c#c++interopmarshallingdllimport

Read More
Marshal c# struct to C struct is not working...


c#cstructmarshallingunmanaged

Read More
Send and receive objects through sockets in Python...


pythonsocketsserializationmarshalling

Read More
Marshal and Unmarshal XML containing xmlns:wcm and xmlns:xsi correctly...


xmlgomarshallingunmarshalling

Read More
How to flatten JSON for a generic type in Go...


jsongogenericsmarshalling

Read More
C#: marshalling a struct that contains arrays...


c#interopmarshalling

Read More
Convert sub struct to string and back...


jsongomarshallingunmarshalling

Read More
Marshall C# string[] to VBScript...


c#vbscriptmarshallingcom-interop

Read More
BackNext