Binary Plist Serializing/Deserializing using C# -


I have an iPhone client who is talking to a Windows server written in C #. Data from the device is sent as binary plaster. I am looking for a framework in C # which understands the binary flick and converts it into a dataset. On Googling, I ran into plutil, but it is a CLI and I need something that inline it with the app.

thanks


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -