Blob Data Between technologies
Can I take a class I serialized in c#, stored in an sql database, and deserialize it and use it in php?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 17, 2009, 2:29 PM
then serialize the data to the db, and from the php page just send the data to the handler the return it desialized to the php page like in string, Json, XML format
:-)
if you liked this dont forget the "Mark as Accepted answer"