deserialize

open override fun deserialize(decoder: Decoder): T

DeserializationStrategy entry point.

Expects the decoded JsonElement to be a full JSON:API envelope ({ "data": { … }, "included": [ … ] }). Useful when calling Json.decodeFromJsonElement directly (e.g. in tests).