public class IdentityConverter<T> extends java.lang.Object implements JsonConverter<T>
Constructor and Description |
---|
IdentityConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convert(T object)
Convert the given object to a JSON-compatible object.
|
public java.lang.Object convert(T object)
JsonConverter
convert
in interface JsonConverter<T>
object
- The objcet to convert