serializeGroupId

abstract fun serializeGroupId(groupId: GroupId): Array<Byte>

Serializes a GroupId object into a byte array.

Return

a byte array representing the serialized GroupId object

Parameters

groupId

the GroupId object to serialize

Throws

if an I/O error occurs during serialization