Hi Vedana,
here is a json serializer:
https://github.com/apache/incubator-wayang/blob/31b5a295186f3d6d9ac3e0a18b2adf15b2304cc4/wayang-commons/wayang-core/src/main/java/org/apache/wayang/core/util/JsonSerializer.java
Hope this works for you.
Let us know if you need anything else.
Best
--
Zoi
Στις Δευτέρα 14 Οκτωβρίου 2024 στις 12:25:07 μ.μ. CEST, ο χρήστης vedanta
neogi <[email protected]> έγραψε:
Just to give some context:
I am trying to implement a FL framework where the computation at the
client’s end is abstracted out as a wayang job.
On Mon, 14 Oct 2024 at 1:43 PM vedanta neogi <[email protected]> wrote:
> Is there some pre-existing code that serialises a wayang job in Java?
> Could you share it? Thanks