PlayerSerializer

Serializer for Player. Format: "," where is the piece symbol (e.g. 'B' or 'W') and is the integer number of points the player has.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

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