serialization https://code.coronalabs.com/taxonomy/term/53/all en Preference Library - Save data to Files ( tables, numbers, strings and boolean ) https://code.coronalabs.com/code/preference-library-save-data-files-tables-numbers-strings-and-boolean <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This small useful module can be used to store and retrieve values across different app sessions.<br /> A lot of people found it useful in <a href="http://developer.coronalabs.com/code/save-data-files-tablesnumbersstringsboolean">Code Exchange 1</a>, so am reposting it here</p> <p>You can save TABLES, NUMBERS, STRINGS or BOOLEANS.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">SatheeshJM</div></div></div> Mon, 31 Mar 2014 07:45:57 +0000 Anonymous 96 at https://code.coronalabs.com Cyan: Table Serialization Made Awesome https://code.coronalabs.com/code/cyan-table-serialization-made-awesome <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Easier to write than normal Lua syntax, just as fast as JSON, and very human-readable, Cyan is the most flexible table serialization notation ever. It comes in a single code file and uses two function calls to decode/encode Cyan notation or tables.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Caleb</div></div></div> Fri, 17 Jan 2014 22:29:03 +0000 Anonymous 50 at https://code.coronalabs.com