Skip to content

Commit

Permalink
Highlight incomplete deserialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray authored Oct 9, 2024
1 parent 8c44376 commit 2f29b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ Stream jsonManifest = manifest.AsJsonStream(memoryStream);
Manifest deserialisedManifest = streamContainingManifest.FromJsonStream<Manifest>();
```

> Note: full object deserialisation is incomplete - open an issue or PR if you find an issue.
> [!Important]
> Full object deserialisation is incomplete - open an issue or PR if you find something unsupported.
#### HTML Markup Handling

Expand Down

0 comments on commit 2f29b16

Please sign in to comment.