My DTOs had some circular references which were permissable for rpc but not for 
Jackson.So far no other problems.

Yahoo Mail: Search, Organize, Conquer 
 
  On Thu, Jul 10, 2025 at 7:22 PM, Colin Alworth<[email protected]> wrote: 
  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 
 
  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.
  



-- 
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.
  

-- 
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/1534449427.1166020.1752250049597%40mail.yahoo.com.

Reply via email to