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

Why does syncTo method in Serializable class ignore classes and lists? #64

Open
Meigyoku-Thmn opened this issue Oct 26, 2017 · 1 comment

Comments

@Meigyoku-Thmn
Copy link

I tried to sync some list and class objects, but it doesn't work, so I dived into source code then I found this:

// ignore classes and lists

@Meigyoku-Thmn Meigyoku-Thmn changed the title Why does syncTo method ignore classes and lists? Why does syncTo method in Serializable class ignore classes and lists? Oct 26, 2017
@namel
Copy link
Member

namel commented Oct 26, 2017

Also, if LISTs or CLASSes are not sync'd, this should be made very clear in the documentation, both in the data type description in the Serializer class (which currently does not list all the data types, see http://docs.lance.gg/r1.0.8/Serializer.html#.TYPES)
and in the netscheme (http://docs.lance.gg/r1.0.8/DynamicObject.html#.netScheme) for each base data type.

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

No branches or pull requests

2 participants