Search Results for

    Show / Hide Table of Contents

    Class EnumFormatterHelper

    Inheritance
    object
    EnumFormatterHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Utf8Json.Formatters
    Assembly: OpenSearch.Net.dll
    Syntax
    public static class EnumFormatterHelper

    Methods

    | Edit this page View Source

    GetDeserializeDelegate(Type, out bool)

    Declaration
    public static object GetDeserializeDelegate(Type type, out bool isBoxed)
    Parameters
    Type Name Description
    Type type
    bool isBoxed
    Returns
    Type Description
    object
    | Edit this page View Source

    GetSerializeDelegate(Type, out bool)

    Declaration
    public static object GetSerializeDelegate(Type type, out bool isBoxed)
    Parameters
    Type Name Description
    Type type
    bool isBoxed
    Returns
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    • Methods
      • GetDeserializeDelegate(Type, out bool)
      • GetSerializeDelegate(Type, out bool)
    Back to top Generated by DocFX