stringify

public String stringify(Object object)(source)

Creates a string representation of the given object or null, if no string representation can be created.

This method is a shortcut for stringifyOrElseNull

Return

the string representation of the given object or null

Parameters

object

the object to create a string representation for