Show / Hide Table of Contents

    Delegate ExtensionDataGetter

    Gets extension data for an object during serialization.

    Namespace: Bayat.Json.Serialization
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public delegate IEnumerable<KeyValuePair<object, object>> ExtensionDataGetter(object o);
    Parameters
    Type Name Description
    System.Object o

    The object to set extension data on.

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>

    Extension Methods

    TypeExtensions.Method(Delegate)
    • Improve this Doc
    • View Source
    • 0 Comments