Save complex structure as json/xml possible, but as binary?

Just starting out? Need help? Post your questions and find answers here.
Lebostein
Addict
Addict
Posts: 807
Joined: Fri Jun 11, 2004 7:07 am

Save complex structure as json/xml possible, but as binary?

Post by Lebostein »

I have to save/load a complex structure with nested lists, maps, arrays and so on. Saving as XML or JSON works very well and simple with PB functions, but this is very slow. Can I save/load such structure as a binary data chunk?