Table of Contents

Class NewtonsoftJsonSerializer

Namespace
TypedRest.Serializers
Assembly
TypedRest.dll

Handles serializing/deserializing from/to JSON using Newtonsoft.Json. Uses camel-case naming and does not serialize null by default.

public class NewtonsoftJsonSerializer : JsonMediaTypeFormatter
Inheritance
NewtonsoftJsonSerializer
Inherited Members

Constructors

NewtonsoftJsonSerializer()

public NewtonsoftJsonSerializer()