deserializeUserId

abstract fun deserializeUserId(data: Array<Byte>): UserId

Deserializes a byte array into a UserId object.

Return

the deserialized UserId object

Parameters

data

the byte array to deserialize

Throws

if an I/O error occurs during deserialization