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

Serialized class as member of another class has no values #2

Open
wvffle opened this issue Jun 8, 2020 · 0 comments
Open

Serialized class as member of another class has no values #2

wvffle opened this issue Jun 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@wvffle
Copy link

wvffle commented Jun 8, 2020

Bug description

It's hard to explain but when I tried to serialize class that contained another instance of the same class in itself then values of inner class didn't get serialized

Snippet

https://runkit.com/embed/gq92p5obr25x

It's good to mention that this not only doesn't work when double array is used but also following doesn't work:

ser.stringify(new S(new S({ a: 1, b: 2 })))
@patarapolw patarapolw added the bug Something isn't working label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants