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

In swift, it does not work with primitive data types like int and bool. #24

Open
MANassar opened this issue Mar 17, 2016 · 3 comments
Open

Comments

@MANassar
Copy link

I have a class in swift, with several vars (strings, arrays, ints and bools). Strings and arrays are coded and decoded well. Ints and bools are not.

@NSExceptional
Copy link

I don't think it's possible to support Pure Swift objects with the public Swift API, you might wanna close this issue.

@MANassar
Copy link
Author

MANassar commented Aug 9, 2016

I'm talking about primitive data types, not objects.

Types like bool, int, etc...

@NSExceptional
Copy link

Can you post the class?

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