JSONAble.DeJSONFactory

public interface JSONAble.DeJSONFactory


Allows implementors to replace a JSONObject (representated as a map) with a more applicable object.

Summary

Public methods

abstract Object

Attempt to convert this map to another Java object.

Public methods

attemptDeJSONize

abstract Object attemptDeJSONize(Map<StringObject> jsonObject)

Attempt to convert this map to another Java object.

Parameters
Map<StringObject> jsonObject

the json object encountered

Returns
Object

null if it could not be converted, or the object.