Re: serialization and deserialization in bgt

Dictionaries don't require the same type; that's arrays.
I'm not sure if there's a better way of serializing multiple dictionaries than using multiple files. You could store the data in one file, using a separator string, but that string must not appear in the data at any point. Then you'd read the data and split it into a string array with string_split, then use a for loop to deserialize each dictionary.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : audiogamer21 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : audiogamer21 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : audiogamer21 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : audiogamer21 via Audiogames-reflector

Reply via email to