Show / Hide Table of Contents

Class LambdaSerializerSettings

The LambdaSerializerSettings static class has properties to access the JSON serializer used by the LambdaSharp base classes.

Inheritance
System.Object
LambdaSerializerSettings
Namespace: LambdaSharp.Serialization
Assembly: LambdaSharp.dll
Syntax
public static class LambdaSerializerSettings

Properties

LambdaSharpSerializer

The JSON serializer used by the LambdaSharp base classes.

Declaration
public static ILambdaJsonSerializer LambdaSharpSerializer { get; set; }
Property Value
Type Description
ILambdaJsonSerializer
In This Article
Back to top Generated by DocFX