unsafeGet

@Contract(pure = true)
public abstract String unsafeGet(@Nonnull() QualifiedKey key)

This function is designed to be used by an IKeyDeserializer and is not safe as it may return null, and always returns getClassById string

Return

The string-form of the value associated with this key,or null if it cannot be found or has an issue

Parameters

key

The qualified key to attempt to retrieve