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