Description
DOCUMENTATION -- EXAMPLE PROJECT -- SHOWCASE VIDEO
Serialize & De-Serialize all common types into a JSon String up to 5x Faster!
This is highly useful if you want to Serialize something heavy for use with Web Services!
You can then DeSerialize that string back to the type it was so you have access to the data again.
The Plugin has support for all common types such as Ints, Bools, Floats, Vectors etc. and arrays of all these types. It has Latent Actions for all array types as well so you can run them on another thread, so if they are very large you won't get any freezes.
It supports Custom Structs as well, however they get Serialized / Deserialized using the default Json as I was unable to make them work with Rapid Json. Please check out the documentation on how to set up Custom Structs, there's also a example class in the plugin that shows how to use it.
The Plugin utilizes the Rapid Json Library that Tencent Released some years ago. Thanks to Tencent for releasing this to the public with a MIT License!
NOTE: If you own my other Plugin "Runtime Vertex Paint & Detection Plugin" then you already have a Module that's pretty much the same as this one!
Included formats
- versions