Skip to content

Serialization works on Map<string, Map<string, any>[]> but deserialization doesn't return a map. #3

@mrvfino

Description

@mrvfino

Here's a screenshot from my console:

Screenshot 2024-04-06 at 8 04 59 PM Screenshot 2024-04-06 at 8 11 43 PM

I think what happens here is that during serialization it doesn't get the "map" property (sorry not sure what's its called i'm still new to js). Correct me if i'm worng but since "map" on the serialization output, it fails on this check and returns a jsonObject instead:

if (objSource.__map__) {

Thanks for this package!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions