views:

178

answers:

1

Hello! Does anyone know if JSON.net can serialize/deserialize typed datasets in asp.net? Or if not, are there any other options to do this?

I looked around but couldn't find anything in the JSON.net docs that explicitly said 'yes' to support of typed datasets.

Thanks!

Eric

+1  A: 

I'm assuming yes. I have used a version of JSON.net with a typed collection and it worked very well.

ern
@ern: was the typed collection a typed DataSet?
John Saunders
@John: no, it wasn't. It was a collection of a custom object.
ern