Skip to content

Values in the Hashtable are deserialized as JObject.#224

Open
seatlemorning wants to merge 1 commit into
theRainbird:masterfrom
seatlemorning:patch-1
Open

Values in the Hashtable are deserialized as JObject.#224
seatlemorning wants to merge 1 commit into
theRainbird:masterfrom
seatlemorning:patch-1

Conversation

@seatlemorning

Copy link
Copy Markdown
Contributor

Values in the Hashtable are deserialized as JObject instead of the original types while RPC.

Values in the Hashtable are deserialized as JObject instead of the original types while RPC.
@yallie

yallie commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Looks like the same problem: #207

I don't believe BSON serializer can properly handle untyped containers like ArrayList and Hashtable as well as properties declared as object... Custom Json.NET converters doesn't seem to cover all edge cases.

Please consider using strong-typed containers and DTOs or switching to NeoBinary serializer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants