ProjectionResourceContentSerializer.unwrappingSerializer(…) now returns a new unwrapping instance instead of mutating the current instance to prevent the source one from answering subsequent calls to isUnwrappingSerializer() with true. This allows the source instance to be reused and produce reliable results on multiple serialization attempts. Related tickets: DATAREST-716.