About 4,990,000 results
Open links in new tab
  1. terminology - What is object marshalling? - Stack Overflow

    Sep 30, 2008 · In computer science, marshalling (similar to serialization) is the process of transforming the memory representation of an object to a data format suitable for storage or transmission. It is …

  2. What is the difference between Serialization and Marshaling?

    Marshalling - Object is serialized (to byte stream in binary format) with data-type + Codebase attached and then passed Remote Object (RMI). Marshalling will transform the data-type into a predetermined …

  3. Marshaling – what is it and why do we need it? - Stack Overflow

    May 18, 2019 · What is marshalling and why do we need it? I find it hard to believe that I cannot send an int over the wire from C# to C and have to marshall it. Why can't C# just send the 32 bits over with a st...

  4. .net - What is marshalling? What is happening when something is ...

    Apr 8, 2011 · 11 From Wikipedia - Marshalling (computer science): Marshalling (similar to serialization) is the process of transforming the memory representation of an object to a data format suitable for …

  5. c# - Why it is called Marshalling? - Stack Overflow

    Mar 20, 2015 · In computer science, marshalling (sometimes spelled marshaling, similar to serialization) is the process of transforming the memory representation of an object to a data format suitable for …

  6. java - object marshalled and unmarshalled - Stack Overflow

    Aug 31, 2011 · What is meant by object marshaling and unmarshaling? What is the impact on object state when the above operation happens, i.e. the effect of serialization on hashCode and equals?

  7. marshalling - Whats the difference between Marshaling/Unmarshaling …

    Feb 28, 2019 · I use the term "marshaling" to mean "putting data/arguments in a form where they can pass through an interface that only accepts particular forms", whereas "serializing" specifically …

  8. c# - Что такое маршалинг? - Stack Overflow на русском

    Nov 8, 2016 · Как бы вы объяснили "на пальцах", или с примером кода что это такое? Вот сериализация - это ясно, это копирование структур из-в в простой форме, например в форме …

  9. C# LibraryImport string output parameter marshalling

    Aug 19, 2024 · The workaround is to do the Marshalling manually by hand. Since there is source generators based P/Invoke now I figured I can try and use that (compile time generated interop code …

  10. C# marshaling of a struct with an array - Stack Overflow

    Dec 3, 2014 · c# arrays struct runtime marshalling asked Dec 3, 2014 at 21:47 Paul Grinberg 1,500 3 20 51