How do I deserialise the response from
$client->read('posts', '1')->getDocument()->getResource();
...in to a Plain Old PHP Object including included relationships?
Same with
I have my Entity classes and Hydrators for my entities but no idea how to implement it. Without the ability to deserialise, I might just as well use json_decode() on my guzzle client response.