Closed
Description
Some time ago generic client serialization was removed, which I used to implement roundtrip integration tests by serializing from mocked IIdentifiable objects.
It now looks like the only option to make such tests is to manually contruct request bodies fx. like at
I wish there was some (limited?) ability to serialize IIdentifiable for integration test purposes.