Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding serialisation for DictionaryList #621

Closed
wants to merge 1 commit into from

Conversation

UplinkCoder
Copy link
Contributor

this adds weak serialization support for DictionaryList.
it's a very sloppy impl
see #617

this adds _weak_ serialization support for DictionaryList.
it's a very sloppy impl
@s-ludwig s-ludwig closed this in 13e4feb May 16, 2014
@s-ludwig
Copy link
Member

It's serialized as an array of key/value entries now ([{key: "key1", value: "value1"}, {key: "key2", value: "value2"}])

@UplinkCoder
Copy link
Contributor Author

does not serialize to Json directly
toJson cant use those tuples

@s-ludwig
Copy link
Member

s-ludwig commented Jun 6, 2014

Fixed by using a struct. Seems like there is no obvious way to serialize tuples unfortunately.

@UplinkCoder UplinkCoder deleted the patch-1 branch June 7, 2014 08:59
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