K
Ken Foskey
I have looked up and comments about registering deserialise I have no
idea how to go about this. Seems to be a generic C# tool but I cannot
get the right google search and C# cookbook + c# 3.0 does not clue me in.
I am serialising with Jayrock JSON and I want to reverse the process but
it needs hand tuned code to implement correct business logic after
transmission. For example I am serialising a DataRow and you cannot undo
this because it does not have a default constructor. How do I take
control of the deserialise?
Thanks Ken
idea how to go about this. Seems to be a generic C# tool but I cannot
get the right google search and C# cookbook + c# 3.0 does not clue me in.
I am serialising with Jayrock JSON and I want to reverse the process but
it needs hand tuned code to implement correct business logic after
transmission. For example I am serialising a DataRow and you cannot undo
this because it does not have a default constructor. How do I take
control of the deserialise?
Thanks Ken