Converts a server-side value to a client-side string. This allows for formatting of the value in a way appropriate to the end user.
@param value the server side value (which will not be null)
@return client-side value to present to the user
@see Translator#toClient(Object)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.