The high level JSON Serializer wrapper that provides serialization and deserialization services to the application.

This class merely defers operation to the specified JSON parsing implementation to allow for pluggable JSON serializers to be used.

Supported parsers include:

* West Wind Native that's built-in (no dependencies) (This is the default) * JavaScriptSerializer (ASP.NET JavaScript Serializer) * JSON.NET (requires JSON.NET assembly to be included and JSONNET_REFERENCE global Define