简体中文
主题
Callback executed before parsing a class for JSON serialization.
json.class.parse.before=groovy:``` logger.info("Parsing JSON class: " + it.name()) ```
The it object is the class being parsed for JSON.
it