serializer ObjectSerializer
parse ObjectDeserializer
but ObjectDeserializer
is called only when JSON.parse (jsonString, A.class), which is given a type, is called. The direct JSONObject.parse (jsonString)
is not called.
I"m looking for an api where a JSONObject.parse (jsonString)
call can also customize fields.