Common Data Representation

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by 72.83.11.115 (talk) at 23:40, 19 February 2023 (changed {{notability}} to {{technical}}). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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[edit]