-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
List<KeyValuePair<TKey,TValue>> Not support well #116
Comments
Does it work if you use |
[Serializable]
public class ToSave
{
public Dictionary<string, string> dic = new Dictionary<string, string>();
} when i use |
and come back to public struct MyStruct
{
public string Key;
public int Value;
} instead of |
I Have Same Issue.
|
List<KeyValuePair<TKey,TValue>> Not support well
When I use a list of struct KeyValuePair, Mapper.toJson works. But when I want to parse the Json to object only get default value.
It doesn’t bother,because I can just use a struct to contain the data.
But i will appreciate it,if you can solve the problem
Sent from PPHub
The text was updated successfully, but these errors were encountered: