@Deprecated public class DefaultStringifier<T> extends Object implements StringifierIF<T>
| Constructor and Description |
|---|
DefaultStringifier()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString(T object)
Deprecated.
Returns a stringified version of the object, i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic String toString(T object)
StringifierIFtoString in interface StringifierIF<T>object - the object that is to be made a string
representation of.object
argument.