Closed
Description
Hi,
I have few questions about java.util.Date behavior and support.
My application has java model with few Date attributes (like modifiedAt, birthdate) and UTC format.
Thanks to the existing VPack Date De-/Serializer, I guessed transformation should be automatic and fully integrated but associated keys display "(non representing type)" in the manager.
Then the json exported collection doesn't contains these keys and deserialization fails with "UTC_DATE required" message.
Does actual driver version fully manages java.util.Date or do you have recommandations about using it ?
Thanks,
Note: I'm using java driver 4.1.1 and Database 3.1.0