fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

Use type-driven deserialization for all numbers #129

Closed pnwpedro closed 4 months ago

pnwpedro commented 4 months ago

Problem

Users couldn't roundtrip numbers because we were using the FaunaToken to drive deserialization rather than the target type.

Change