fun parse(s: String): PairIntDateKey
Parses a key given the corresponding serialized representation.
s - the key passed as string. This string is obtained from K.toString()
s
Return the corresponding K representation.