Replies: 5 comments 7 replies
-
Apparently |
Beta Was this translation helpful? Give feedback.
-
my deserialization code is never invoked. the Stack-Trace looks like this:
|
Beta Was this translation helpful? Give feedback.
-
yes, it's the last thing in my |
Beta Was this translation helpful? Give feedback.
-
the whole query is as follows:
RegistrationDate is being set to "2023-11-29" The output from the query is as follows: crit [Graph.Queries.ProjectRepository] Error deserializing result!
{
"Item1": {
"id": "F3781VIU1T0Q8",
"label": "User",
"type": "vertex",
"properties": { ... }
},
"Item2": {
"id": "AK1MUSD642ONO",
"label": "CTC_Project",
"type": "vertex",
"properties": {
"CommercialStatus": [
{
"id": "99e79949-eff0-48cb-aa2a-18fda6eb3cd9",
"value": 0
}
],
"CommunicationScope": [
{
"id": "bee80cbc-ccda-4c72-a3df-f1c90b5743d0",
"value": 0
}
],
"CompactId": [
{
"id": "07d0a50c-d62d-4919-a100-785df804b871",
"value": "AK1MUSD642ONO"
}
],
"CreatedAt": [
{
"id": "a44d697d-1b84-4fa4-9116-b1b128e343d5",
"value": 1701273036594
}
],
"CreeStatus": [
{
"id": "6054d70b-de65-4a29-a8ea-f6ac4b874527",
"value": 0
}
],
"DisplayName": [
{
"id": "48568546-86a6-4101-aa04-4ce8cba5e8c8",
"value": "Create-2V7BSR8SK9K0K"
}
],
"FullId": [
{
"id": "82791806-43e9-43a4-b88c-3919cd13e43c",
"value": "AK1MUSD642ONO.AK1.Project"
}
],
"InternalTags": [
{
"id": "b72b5baf-9ce9-4d42-8689-aba0641c936c",
"value": "UnitTest"
}
],
"IsDeleted": [
{
"id": "9314c0c3-3b10-42b3-88e2-d3a4de23f826",
"value": false
}
],
"PartitionKey": [
{
"id": "AK1MUSD642ONO|PartitionKey",
"value": "AK1"
}
],
"RegistrationDate": [
{
"id": "7326ded0-f6de-423e-952c-37a73ef52c15",
"value": "2023-11-29"
}
],
"Status": [
{
"id": "c50f5767-1a81-432a-af2e-9b455dfe4d59",
"value": 1
}
],
"Timestamp": [
{
"id": "80d4fa1a-e480-4035-bed0-53b303a05af4",
"value": 638368698365946204
}
],
"UnitOfMeasurement": [
{
"id": "325e9cc6-d33e-4ae3-81dc-5f74fbac0bbe",
"value": 0
}
],
"VertexType": [
{
"id": "6fc3fc9b-ba95-4015-a2fd-56e06c7ae5ae",
"value": "Project"
}
]
}
}
}
|
Beta Was this translation helpful? Give feedback.
-
I created a test to illustrate the issue:
Query:
Returns:
Error:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to add support for DateOnly - serialization works, but during deserialization I get an error (see below).
Error:
Beta Was this translation helpful? Give feedback.
All reactions