JSONAble.DeJSONFactory

interface JSONAble.DeJSONFactory


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

Summary

Public functions

Any!
attemptDeJSONize(jsonObject: (Mutable)Map<String!, Any!>!)

Attempt to convert this map to another Java object.

Public functions

attemptDeJSONize

fun attemptDeJSONize(jsonObject: (Mutable)Map<String!, Any!>!): Any!

Attempt to convert this map to another Java object.

Parameters
jsonObject: (Mutable)Map<String!, Any!>!

the json object encountered

Returns
Any!

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