Interpret and use returned objects

When you send an evaluation request to the server, it provides a generic representation of the value returned as a result of the job execution.

The returned object, a member of the domain.representation package in Java and the Domain.Representation namespace in C#, is not directly instantiated or modified by your client code. It is constructed by the client API as part of the server response processing.

The returned value representation is a SpxmlValueRepresentation, which is automatically converted into an SplusDataResult object.