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

Do you not support custom value type collections? #119

Open
BlacMountain opened this issue Nov 5, 2020 · 2 comments
Open

Do you not support custom value type collections? #119

BlacMountain opened this issue Nov 5, 2020 · 2 comments

Comments

@BlacMountain
Copy link

Do you not support custom value type collections?
I found that your circular reference judgment did not judge the custom value type, which caused an error during deserialization.

@BlacMountain
Copy link
Author

{"$types":{"JsonFastDemo+C, Assembly-CSharp, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null":"1","BlackJack.LogicGraph.GraphElementId, Assembly-CSharp, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null":"2","BlackJack.LogicGraph.LogicGraphId, Assembly-CSharp, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null":"3"},"$type":"1","bs":[{"$type":"2","m_graphId":{"$type":"3","m_ip":1,"m_ticks":1,"m_seq":1},"m_elementSeq":1},{"$i":2},{"$type":"2","m_graphId":{"$type":"3","m_ip":2,"m_ticks":2,"m_seq":2},"m_elementSeq":2},{"$i":4}]}

@mgholam
Copy link
Owner

mgholam commented Nov 5, 2020

Please explain more, also show your code.

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