Class NewtonsoftAnybillAuthenticationSerializer
A Newtonsoft.Json-based serializer for the DefaultAuthTokenProvider.
Implements
Inherited Members
Namespace: anybill.POS.Client.Newtonsoft
Assembly: anybill.POS.Client.Newtonsoft.dll
Syntax
public class NewtonsoftAnybillAuthenticationSerializer : NewtonsoftAnybillSerializerBase, IAnybillSerializer
Methods
CreateJsonSerializerSettings()
Creates the anybill.POS.Client.Newtonsoft.NewtonsoftAnybillSerializerBase.JsonSerializerSettings to use whith Newtonsoft.Json.
Declaration
protected override JsonSerializerSettings CreateJsonSerializerSettings()
Returns
Type | Description |
---|---|
Newtonsoft.Json.JsonSerializerSettings | An instance of anybill.POS.Client.Newtonsoft.NewtonsoftAnybillSerializerBase.JsonSerializerSettings. |