berrybeat / Neo4j.Berries.OGM

This repository adds an OGM functionality for csharp
https://berrybeat.com/
MIT License
23 stars 2 forks source link

The ZonedDateTime and LocalDateTime now are deserialized safely back … #11

Closed farhadnowzari closed 6 months ago

farhadnowzari commented 6 months ago

Two new JsonConverter added to serialize the ZonedDateTime and LocalDateTime received from neo4j correctly to string. This way the value is just a correct date string and the standard json deserializer can deserialize the value to DateTime