New posts in marshalling

Marshal.SizeOf throws ArgumentException on enums

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

JAXB Marshalling with null fields

Why does JAXB need a no arg constructor for marshalling?

Cannot unmarshal string into Go value of type int64

C# - How To Convert Object To IntPtr And Back?

"BadParcelableException: ClassNotFoundException when unmarshalling <myclass>" while using Parcel.read method that has a ClassLoader as argument

JSON unmarshaling with long numbers gives floating point number

equivalent char* in C#

WinApi - GetLastError vs. Marshal.GetLastWin32Error

What input will cause golang's json.Marshal to return an error?

Toggle Enhance pointer precision

What is object marshalling?

Problem unmarshalling parcelables

C# performance - Using unsafe pointers instead of IntPtr and Marshal

Remove namespace prefix while JAXB marshalling

How to marshal multi-dimensional arrays

Json <-> Java serialization that works with GWT [closed]

How do I marshal a struct that contains a variable-sized array to C#?

When to use ReleaseComObject vs FinalReleaseComObject? [duplicate]