C# Class Batman.MVC.Serialization.ServiceStackSerializers.JsonValueProvider

Acts as a JSON ValueProviderFactory that uses JSON.Net
Inheritance: Batman.MVC.VPFactories.BaseClasses.VPFactoryBase
Mostra file Open project: JaCraig/Batman

Public Methods

Method Description
AddFactory ( ) : void

Adds the factory to the system

GetValueProvider ( ControllerContext controllerContext ) : IValueProvider

Gets the value provider

Method Details

AddFactory() public method

Adds the factory to the system
public AddFactory ( ) : void
return void

GetValueProvider() public method

Gets the value provider
public GetValueProvider ( ControllerContext controllerContext ) : IValueProvider
controllerContext ControllerContext Controller context
return IValueProvider