docs / it.uniroma3.dbtree.spi.impl.keyParsers / PersonParser / parse

parse

fun parse(s: String): Person (source)

Parses a key given the corresponding serialized representation.

Parameters

s - the key passed as string. This string is obtained from K.toString()

Return
the corresponding K representation.