If your DTO classes care about specific collection implementations, or want maps with complex keys, or want to serialize non-tree graphs (so the same object can appear more than once when it gets to the client), JSON might add extra hurdles.
The final field serialization feature was added a long time ago, and I don't think I've seen any issues come up since it was first added. Brian's comment near the end of that ticket still applies - it probably isn't safe to assume for general purpose libraries, but if you own the application as well, it should be safe to use. On Thursday, July 10, 2025 at 12:21:51 PM UTC-5 [email protected] wrote: > I recently migrated from rpc to Domino Jackson. > > If your DTO classes are well formed it's not difficult - so far, not > completely tested > > Yahoo Mail: Search, Organize, Conquer > <https://mail.onelink.me/107872968?pid=nativeplacement&c=US_Acquisition_YMktg_315_SearchOrgConquer_EmailSignature&af_sub1=Acquisition&af_sub2=US_YMktg&af_sub3=&af_sub4=100002039&af_sub5=C01_Email_Static_&af_ios_store_cpp=0c38e4b0-a27e-40f9-a211-f4e2de32ab91&af_android_url=https://play.google.com/store/apps/details?id=com.yahoo.mobile.client.android.mail&listing=search_organize_conquer> > > On Thu, Jul 10, 2025 at 2:54 PM, 'Gerard Keiser' via GWT Users > <[email protected]> wrote: > I noticed there were many warnings about adding the experimental it's not > rpc.XserializeFinalFields flag ( > https://github.com/gwtproject/gwt/issues/1062). Is there anything I > should be looking out for if I try this? > > > (Yes, I would prefer to just use Jackson, but that is a much larger > migration effort.) > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/google-web-toolkit/144a69f5-29a0-4846-8e0f-6d1782becb2en%40googlegroups.com > > <https://groups.google.com/d/msgid/google-web-toolkit/144a69f5-29a0-4846-8e0f-6d1782becb2en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/c00328d3-56c2-44a6-87b6-ea2b7fab5f30n%40googlegroups.com.
