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.
We don't have any images related to Common Data Representation yet.
You can add one yourself here.
We don't have any YouTube videos related to Common Data Representation yet.
You can add one yourself here.
We don't have any PDF documents related to Common Data Representation yet.
You can add one yourself here.
We don't have any Books related to Common Data Representation yet.
You can add one yourself here.
We don't have any archived web articles related to Common Data Representation yet.
External links
- Official CDR spec (see PDF page 4).
- ACE Library provides CDR streams.