Questions tagged as 'marshalling'

1
answer

What is marshalling and how does it work?

I was working with a device that sent some information to my software , but this information came in type IntPtr , to read it, I had to use the Marshal class .NET. What is marshalling and what happens when I convert a IntPt...
asked by 24.03.2017 / 04:11
0
answers

Store a List attribute in an XML of an object with JABX

I'm using JABX to serialize (or "marshalize") objects into xml files. However, the JABX does not store the List attribute contents of the serialized objects. Only the name of the List appears in the XML, but not its contents. Look at the obje...
asked by 08.04.2018 / 20:37