Skip to content

Separate dependency of JsonUtility #88

@mattak

Description

@mattak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions