fuyou001
fuyou001
> > Could you develop a tool to validate whether objects with camelCase properties are compatible with Fastjson 2, so we can check compatibility? @yx9o > > Let me understand....
> Hi @fuyou001 , please help review again. According to your review, I added the following serialization compatibility test tool class: `RemotingSerializableCompatTest`. It mainly does the following: > > 1....
@yx9o Subclasses of ConfigManager must also be checked
> > > Hi @fuyou001 , please help review again. According to your review, I added the following serialization compatibility test tool class: `RemotingSerializableCompatTest`. It mainly does the following: >...
> > > > > Hi @fuyou001 , please help review again. According to your review, I added the following serialization compatibility test tool class: `RemotingSerializableCompatTest`. It mainly does the...
@yx9o The conflicts need to be handled
All fields in classes used for Fastjson serialization/deserialization must be annotated with @JSONField, requiring verification tools for annotation compliance. @yx9o