Describes how an operation value of type T maps to a transfer representation of type D.
A transfer representation can be more suitable for moving between a Nexus caller and handler. For example, an
application can map a class instance to a plain object and reconstruct the class after transfer.
Describes how an operation value of type
Tmaps to a transfer representation of typeD.A transfer representation can be more suitable for moving between a Nexus caller and handler. For example, an application can map a class instance to a plain object and reconstruct the class after transfer.