DTO between XData and Web Core

Hello,

From the documentation I understood that in TMS web core I can’t deserialize a DTO object created in XData (as is possible with a VCL client) ?

If I want to transfert (back and forth) a complex DTO (graph) between XData and Web Core, what is my best option ? Using TMSFNCCore.ObjectPersistence ?

Thanks

Here are the guidelines for working with XData objects from Web Core:

It might give you some insights about the approach to take.