public class ObjectToJsonQuietlyExtensions
extends java.lang.Object
ObjectToJsonQuietlyExtensions converts java objects to json string objects in a
quietly manner as the name let presume.| Constructor and Description |
|---|
ObjectToJsonQuietlyExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.lang.String |
toJsonQuietly(T object)
Creates from the given Object a json string.
|
public static <T> java.lang.String toJsonQuietly(T object)
T - the generic type of the given argumentobject - the object.