Skip to content

Commit 6992735

Browse files
author
Bart Koelman
committed
Removed TODO, as we don't intend to add this. The models currently used by the client serialization simply have no place to put this information.
1 parent 3aa68b4 commit 6992735

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/JsonApiDotNetCore/Serialization/Client/Internal/DeserializedResponseBase.cs

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44

55
namespace JsonApiDotNetCore.Serialization.Client.Internal
66
{
7+
/// <summary>
78
/// Base class for "single data" and "many data" deserialized responses.
8-
/// 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.
9+
/// </summary>
1410
[PublicAPI]
1511
public abstract class DeserializedResponseBase
1612
{

0 commit comments

Comments
 (0)