Possible Duplicate:
JSON order mixed up
By Microsoft convension i need send Json as String where __type going first.
But in Android when i try send json object as StringEntity and then JSONObject calls toString method it's mix fields and __type goes second.
On net deserialization site it's crashes becuase it's cant deserialize object.
How solve its?