Show / Hide Table of Contents

Class DefaultCaseJsonSerializer

Uses the Json.NET default naming strategy (no modification to property case)

Inheritance
System.Object
NamingStrategyJsonSerializer
DefaultCaseJsonSerializer
Implements
ISerializer
Inherited Members
NamingStrategyJsonSerializer.Deserialize<TCommand>(String, Boolean)
NamingStrategyJsonSerializer.Deserialize(Type, String, Boolean)
NamingStrategyJsonSerializer.Serialize<TModel>(TModel, Boolean)
Namespace: FunctionMonkey.Serialization
Assembly: FunctionMonkey.dll
Syntax
public class DefaultCaseJsonSerializer : NamingStrategyJsonSerializer, ISerializer

Constructors

| Improve this Doc View Source

DefaultCaseJsonSerializer()

Declaration
public DefaultCaseJsonSerializer()

Implements

ISerializer

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall