AlvinRamoutar / sudoku-api

Simple, flutter widget API for implementing a Sudoku puzzle game.
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

fix cell json serialisation #15

Closed clragon closed 2 years ago

clragon commented 2 years ago

hashsets cant be serialized. we convert to a list before serialization, then read that list and convert it to a hashset again when deserializing.