We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I don't think it's possible to support Pure Swift objects with the public Swift API, you might wanna close this issue.
Sorry, something went wrong.
I'm talking about primitive data types, not objects.
Types like bool, int, etc...
Can you post the class?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: