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

Separate dependency of JsonUtility #88

Closed
mattak opened this issue Jun 29, 2017 · 0 comments
Closed

Separate dependency of JsonUtility #88

mattak opened this issue Jun 29, 2017 · 0 comments

Comments

@mattak
Copy link
Owner

mattak commented Jun 29, 2017

JsonUtility cannot handle Dictionary<TKey,TValue>.
So we cannot save state into json file which contains Dictionary.
To avoid this issue, replace serialization dependency from JsonUtility to Json.NET, MessagePack-CSharp, ZeroFormatter, and so on...
What all we need is serialize object to byte[] and deserialize byte[] to object.

mattak added a commit that referenced this issue Jun 29, 2017
Issues/88 Separate dependency of JsonUtility
@mattak mattak closed this as completed Jun 29, 2017
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

1 participant