issues
search
fauna
/
fauna-dotnet
Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1
stars
1
forks
source link
Serialize document types
#130
Closed
pnwpedro
closed
4 months ago
pnwpedro
commented
4 months ago
Problem
We didn't handle serialization of documents and named documents.
Changes
Add serialization support for
Document, DocumentRef, NamedDocument, NamedDocumentRef
NullableDocument<> for each of the above
Fix roundtrip test ordering
Add roundtrip tests that show that we don't roundtrip classes as documents
Problem
We didn't handle serialization of documents and named documents.
Changes