I am writing an interop between a php service and our crm. One of the things I need to do is make sure that simple types get converted ToString() for use later in a json co
Option 1: make sure that every Object will overwrite ToString(). Option 2: Use reflection to get all object properties and concat them.