Skip to content

Commit

Permalink
Merge pull request #20 from digirati-co-uk/navdateinternal-ignore
Browse files Browse the repository at this point in the history
JsonIgnore NavDateDateTime
  • Loading branch information
donaldgray committed Oct 3, 2022
2 parents 191d29c + 9644018 commit c393ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IIIF/IIIF/Presentation/V3/StructureBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class StructureBase : ResourceBase
/// You can't always set a navDate as a DateTime/
/// Not serialised.
/// </summary>
/// TODO - mark as not serialisable
[JsonIgnore]
public DateTime? NavDateDateTime
{
get => navDateInternal;
Expand Down

0 comments on commit c393ab2

Please sign in to comment.