JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
3.10.0: 2017-01-31
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.basedb.util.json
Interface JsonConverter<T>
All Known Implementing Classes:
IdentityConverter
,
NameableConverter
public interface
JsonConverter<T>
Implementations should convert a given object to an object that can be serialized into a JSON string.
Since:
3.3
Author:
nicklas
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
convert
(
T
object)
Convert the given object to a JSON-compatible object.
Method Detail
convert
Object
convert(
T
object)
Convert the given object to a JSON-compatible object. The parameter may be null.
Parameters:
object
- The objcet to convert
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
3.10.0: 2017-01-31
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method