Hello,
Currently, with the serializer, you have read and write functions.
It's would be cool to have a function like GetData or something so we can get the raw data of the serializer. so we can use it in 3rd party database.
Currently, the only way to do it, it's to write into a file, and after that read that file.
This is extremely slow due to the filesystem.