Show / Hide Table of Contents

    Class DynamicContractResolver

    Provides a factory based way to create and wrap an implementation.

    Inheritance
    System.Object
    DynamicContractResolver
    Namespace: Cuemon.Serialization.Json
    Assembly: Cuemon.Serialization.Json.dll
    Syntax
    public static class DynamicContractResolver : object

    Methods

    | Improve this Doc

    Create<T>(T, Action<JsonProperty>[])

    Creates the specified resolver.

    Declaration
    public static IContractResolver Create<T>(T resolver, params Action<JsonProperty>[] jsonPropertyHandlers)
        where T : IContractResolver
    Parameters
    Type Name Description
    T resolver

    The instance of an implementation.

    Action<JsonProperty>[] jsonPropertyHandlers

    The array of delegates that will handle custom rules of a .

    Returns
    Type Description
    IContractResolver

    An implementation of T.

    Type Parameters
    Name Description
    T

    The type that inherits from .

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX