//Ankea/fi.jyu.ohj2.sourander.ankea.repository/DeckRepository/saveAll
saveAll¶
[JVM]\ open fun saveAll(decks: List<Deck>)
Serialises the given deck list to the JSON file.
Parameters¶
JVM
| decks | the decks to persist; may be null |
//Ankea/fi.jyu.ohj2.sourander.ankea.repository/DeckRepository/saveAll
[JVM]\ open fun saveAll(decks: List<Deck>)
Serialises the given deck list to the JSON file.
JVM
| decks | the decks to persist; may be null |