-
Notifications
You must be signed in to change notification settings - Fork 174
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
Could not get it run on iOS device #186
Comments
Sorry for delay. I reproduced and then put following code, it worked well: // start adding --
MsgPack.Serialization.MessagePackSerializer.PrepareType<int>();
MsgPack.Serialization.MessagePackSerializer.PrepareType<string>();
MsgPack.Serialization.MessagePackSerializer.PrepareType<AData>();
MsgPack.Serialization.MessagePackSerializer.PrepareType<BData>();
// -- end adding
MsgPack.Serialization.MessagePackSerializer.PrepareType<Dat>(); |
Thank you very much! On Friday, September 23, 2016, Yusuke Fujiwara [email protected]
|
No problem! |
I wrote a test case like this.
Test.cs.zip
This it what i got:
I couldn't get it run on iOS device.
Do you have any suggestions? Thank you in advance!
The text was updated successfully, but these errors were encountered: