About 15,000,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 …

  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 …

  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 …

  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 …

  5. 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 …

  6. 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 …

  7. marshalling - Whats the difference between …

    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" …

  8. CommunityToolKit.Mvvm 8.4.0 and MVVM Toolkit warning …

    Dec 19, 2024 · I created a new .net 9.0 maui project and reproduced your problem with the CommunityToolKit.Mvvm version 8.4.0. And you can get rid of the warning by the following two …

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

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

  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