Search Results for

    Show / Hide Table of Contents

    Class NewtonSoftJsonSerializerSetup

    Setup for the NewtonSoftJsonSerializer serializer.

    Constructor is INTERNAL API. Use the factory method Create(Action<JsonSerializerSettings>).

    NOTE:

    • Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling will always be overriden with Newtonsoft.Json.ObjectCreationHandling.Replace
    • Newtonsoft.Json.JsonSerializerSettings.ContractResolver will always be overriden with the internal contract resolver NewtonSoftJsonSerializer.AkkaContractResolver
    Inheritance
    object
    Setup
    NewtonSoftJsonSerializerSetup
    Inherited Members
    Setup.And(Setup)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Serialization
    Assembly: Akka.dll
    Syntax
    public sealed class NewtonSoftJsonSerializerSetup : Setup

    Properties

    | Edit this page View Source

    ApplySettings

    Declaration
    public Action<JsonSerializerSettings> ApplySettings { get; }
    Property Value
    Type Description
    Action<JsonSerializerSettings>

    Methods

    | Edit this page View Source

    Create(Action<JsonSerializerSettings>)

    Declaration
    public static NewtonSoftJsonSerializerSetup Create(Action<JsonSerializerSettings> settings)
    Parameters
    Type Name Description
    Action<JsonSerializerSettings> settings
    Returns
    Type Description
    NewtonSoftJsonSerializerSetup

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET