We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa68b4 commit 6992735Copy full SHA for 6992735
src/JsonApiDotNetCore/Serialization/Client/Internal/DeserializedResponseBase.cs
@@ -4,13 +4,9 @@
4
5
namespace JsonApiDotNetCore.Serialization.Client.Internal
6
{
7
+ /// <summary>
8
/// Base class for "single data" and "many data" deserialized responses.
- /// TODO: Currently
9
- /// <see cref="ResourceLinks" />
10
- /// and
11
- /// <see cref="RelationshipLinks" />
12
- /// information is ignored by the serializer. This is out of scope for now because
13
- /// it is not considered mission critical for v4.
+ /// </summary>
14
[PublicAPI]
15
public abstract class DeserializedResponseBase
16
0 commit comments