deserialize

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

Finds location from YAML.

Return

location

Parameters

data

raw data


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

Finds location from JSON.

Return

location

Parameters

data

raw data