Top "Marshalling" questions

Marshalling is the process of transforming the memory representation of an object to a data format suitable for storage or transmission

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

I'm having app crash on resume because of Unmarshalling exception. I've checked all the Serializables have constructor with no parameters …

android serialization marshalling unmarshalling parcelable
IntPtr to Byte Array and Back

Referencing How to get IntPtr from byte[] in C# I am attempting to read the data that an IntPtr is …

c# interop marshalling intptr
Java: Marshalling Object -- Removing extra ns2 annotation in xml

I am trying to marshall data within an object into an xml file based on a defined schema. However when …

java xml jaxb marshalling xml-namespaces
C# performance - Using unsafe pointers instead of IntPtr and Marshal

Question I'm porting a C application into C#. The C app calls lots of functions from a 3rd-party DLL, so …

c# c pinvoke marshalling unsafe
JSON unmarshaling with long numbers gives floating point number

I was marshaling and unmarshaling JSONs using golang and when I want to do it with number fields golang transforms …

json floating-point go marshalling
Passing a vector/array from unmanaged C++ to C#

I want to pass around 100 - 10,000 Points from an unmanaged C++ to C#. The C++ side looks like this: __declspec(…

c# c++ vector interop marshalling
Apache Camel JSON Marshalling to POJO Java Bean

I think I have a simple question, but can't seem to figure it out. I'm invoking a POJO with a …

json apache-camel marshalling unmarshalling
What is object marshalling?

I have heard this concept used frequently, but I don't have a really good grasp of what it is.

marshalling terminology glossary
How to write a Unit Test for JAXB 2.0 Marshalling

I am using Jaxb 2.0 api without using XSD, and have created the content model using annotations. I want to write …

marshalling junit4 jaxb2
Marshal.PtrToStructure (and back again) and generic solution for endianness swapping

I have a system where a remote agent sends serialized structures (from an embedded C system) for me to read …

c# .net sockets marshalling endianness