c# - 为什么叫编码?

标签 c# .net c++-cli marshalling

<分区>

Possible Duplicate:
Why is the concept of Marshalling called as such?

为什么两种类型之间的转换叫做Marshalling! Marshal 背后的含义是什么,为什么我们不直接使用 convert 这个词,有什么区别吗?请尽量保持简单的英语。

最佳答案

因为这不是一回事。

来自维基百科:

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 storage or transmission. It is typically used when data must be moved between different parts of a computer program or from one program to another.

关于c# - 为什么叫编码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6168717/

相关文章:

C# 类与其他 .NET 语言互操作

c# - 向客户端发送数据的最佳做法是什么 : POCO or DTO?

.net - 如何规范化字符串?

c++ - 如何在 C++/CLI 中包装 C 库回调

c# - HtmlAgilityPack : xpath and regex

c# - 当您将 Int32 设置为等于 Int16 时,幕后会发生什么?

c# - 连接两个 Windows 运行时缓冲区的最佳方法是什么?

.net - 调用 XmlReader::ReadStartElement 时抛出 InvalidOperationException

c++ - 错误 3699,为对象创建 GUID

c# - 该请求缺少身份验证 key (FCM token )