public interface IJSONAdapter
Modifier and Type | Method and Description |
---|---|
Object |
adapt(Object adaptableObject,
IJSONAdapterFactory adapterFactory)
(Optionally) adapt the given object to another object that is more suitable for
|
Object adapt(Object adaptableObject, IJSONAdapterFactory adapterFactory) throws Exception
adaptableObject
- the object to adaptadapterFactory
- the factory to call in case parts of the adaptableObject require further adaptationException