Datatype serialization / deserialization

Hi there,
I am newone here. I have following question, has somebody here experience with serialization / deserialization to / from byte array. This is the key functionality which I need to my aplication. I cannot to find the function in standart library, is necessary to import someone or this functionality is not present?
Thank you for reply,
Petr.

Hello. Welcome to the PLCnext Community.
There’s a JSON library in the PLCnext Store, here:
… but it doesn’t seem to have been updated for a few years, so I’m not sure if it’s still supported.
There may be other libraries in the Store that do something similar.

Hello, probably fc Memory_copy can be useful
https://www.plcnext-community.net/forum/#/discussion/2595/copy-memory-area
BR