serialization - What are good practices for class hinting in JSON? -


i know if there preferred ways exchange custom objects serialized json, both ends can (rough) idea on how deal values exchanged.

i guess language-dependent, , defeats purpose of using json "standard" exchange format in first place, if we, at least, consider using same language on both sides, how this?

a typical use case example: how exchange date time objects without resorting on ad-hoc code when serializing/deserializing.

i not sure language targeting, give try http://www.servicestack.net/

if robust client , server webservice framework, works around classes , objects


Comments