This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (February 2023) (Learn how and when to remove this message) |
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Common Data Representation" – news · newspapers · books · scholar · JSTOR (June 2021) (Learn how and when to remove this message) |
Common Data Representation (CDR) is used to represent structured or primitive data types passed as arguments or results during remote invocations on Common Object Request Broker Architecture (CORBA) distributed objects.
It enables clients and servers written in different programming languages to work together. For example, it translates little-endian to big-endian. It assumes prior agreement on type, so no information is given with data representation in messages.
External links
- Official CDR spec (see PDF page 4).
- ACE Library provides CDR streams.
This computer networking article is a stub. You can help Misplaced Pages by expanding it. |