chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / PlayerHashMap / <init>

<init>

PlayerHashMap(player: HashMap<Int, Player> = HashMap())

Data wrapper for a hash map of players. Necessary for JSON serialization/deserialization.

Author Felix Dimmel