Show / Hide Table of Contents

    Delegate SerializationCallback

    Handles JsonSerializer serialization callback events.

    Namespace: Bayat.Json.Serialization
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public delegate void SerializationCallback(object o, StreamingContext context);
    Parameters
    Type Name Description
    System.Object o

    The object that raised the callback event.

    System.Runtime.Serialization.StreamingContext context

    The streaming context.

    Extension Methods

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