ArchiveBase.toId

Converts the id value to the type Id.

This method is used to conver ids stored in the serialized data to the correct type.

class ArchiveBase(U)
protected
Id
toId

Parameters

value Data

the value to convert

Return Value

Type: Id

the converted id

Throws

SerializationException if the converted failed

See Also

fromData

Meta