External Data Representation APIs

The External Data Representation (XDR) functions define a uniform way to represent data types and define a language that can describe data structures of arbitrary complexity in a standard way.

All XDR APIs can translate data in two directions:

Serializing Translation from a local machine data representation to canonical XDR form.
Deserializing Translation from canonical XDR form to a local machine representation.

The XDR APIs are:


[ Back to top | Remote Procedure Call (RPC) APIs | APIs by category ]