deserialize

@NotNull
open fun deserialize(@NotNull data: @NotNull YamlObject): @NotNull LocationWrapper

Finds location from yaml.

Return

location

Parameters

data

raw data


@NotNull
open fun deserialize(@NotNull data: @NotNull JsonObject): @NotNull LocationWrapper

Finds location from json.

Return

location

Parameters

data

raw data