calls JSON.toJSONString (Obejct o)
, how do I customize the transformation for a particular type (or attribute name) attribute of o
?
calls JSON.toJSONString (Obejct o)
, how do I customize the transformation for a particular type (or attribute name) attribute of o
?
@Bean public HttpMessageConverters fastJsonHttpMessageConverters() { 1convert FastJsonHttpMessageConverter fastConverter = new FastJsonHttpMessageConverter(); 2fastjsonjson; FastJsonConfig fastJsonConfig = new Fast...
problem description encountered the conversion problem of fastjson in the project, when converting Java Bean to JSONObject. Fastjson converts java.util.Date to a timestamp when converted to a json object, uses an exception long birthday= (long) js...