Performs the transformation of an object into a string representation.
(T object)
| 34 | * Performs the transformation of an object into a string representation. |
| 35 | */ |
| 36 | public abstract String format(T object); |
| 37 | |
| 38 | /** |
| 39 | * Performs the transformation of an object into a string representation in conformity with the |
no outgoing calls