Using libucl for serialization struct?

From: Eduardo Morrás <emorrasg_at_yahoo.es>
Date: Sun, 06 Feb 2022 12:11:00 UTC
Hello,

Can I use libucl as a serializer of a struct in C?

There are conversion functions [1] so I can manually implement a custom
serializer and deserializer for a struct, but if I have lots of
different struct it becomes a pain.

Is there a generic serializer/deserializer which I pass the struct and
it returns a ucl file or char* or similar?

[1] Conversion functions
https://github.com/vstakhov/libucl/blob/master/doc/api.md#conversion-functions


---   ---
Eduardo Morrás <emorrasg@yahoo.es>