Show / Hide Table of Contents

Class CamelCaseJsonSerializer

Camel case JSON serializer

Inheritance
System.Object
NamingStrategyJsonSerializer
CamelCaseJsonSerializer
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 CamelCaseJsonSerializer : NamingStrategyJsonSerializer, ISerializer

Constructors

| Improve this Doc View Source

CamelCaseJsonSerializer()

Constructor

Declaration
public CamelCaseJsonSerializer()

Implements

ISerializer

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Constructors
    • CamelCaseJsonSerializer()
  • Implements
  • Extension Methods
Back to top Copyright © 2018 James Randall