How do DataContracts work? - Deserialize Json
问题 I grabbed an example off of this SO question, and built my own custom Google Maps object used for deserializing the json object. Now the code works like a champ, but I just need an explanation on why/how it works. Does the serializer "try" to match up names, or is something else going on. What exactly is this doing? Here's the working code. Imports System.Net Imports System.Web Imports System.Runtime.Serialization Imports System.Runtime.Serialization.Json Imports System.Web.Script