BoardSerializer

Serializer for the Board class, converting it to and from a String representation.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(obj: String): Board
Link copied to clipboard
open override fun serialize(obj: Board): String