You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
如以下几个方法不会调用serializer.config(SerializerFeature.WriteDateUseDateFormat, true);
toJSONString(Object object)
toJSONString(Object object, SerializeConfig config, SerializeFilter filter, SerializerFeature... features)
而以下会调用serializer.config(SerializerFeature.WriteDateUseDateFormat, true);
toJSONString(Object object, SerializeFilter filter, SerializerFeature... features)
不一一列举。会导致不同签名的toJSONString方法序列化Date字段的结果不一致。对于Java问题不大,跨语言的时候可能会有问题。
The text was updated successfully, but these errors were encountered: