0

With PHP is using the serialize and unserialize function but, how to serialize in objective c for send to URL? Or some idea?

2 Answers 2

1

JSON is great for transmitting data objects over HTTP in a language-independent manner, and there are JSON parsing libraries available for both Objective-C and PHP.

Sign up to request clarification or add additional context in comments.

Comments

0

Try AFNetworking, it's easy to use.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.