Serializer

blockudoku.saving.Serializer
trait Serializer

Handles serialization and deserialization of the game state.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def deserialize(data: String): Unit

Deserializes the game state.

Deserializes the game state.

Value parameters

data

the serialized game state as a string.

Attributes

def serialize(): String

Serializes the game state.

Serializes the game state.

Attributes

Returns

the serialized game state as a string.