Show / Hide Table of Contents

    Enum ReferenceLoopHandling

    Specifies reference loop handling options for the JsonSerializer.

    Namespace: Bayat.Json
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public enum ReferenceLoopHandling

    Fields

    Name Description
    Error

    Throw a JsonSerializationException when a loop is encountered.

    Ignore

    Ignore loop references and do not serialize.

    Serialize

    Serialize loop references.

    Extension Methods

    StringExtensions.ToBinaryString()
    • Improve this Doc
    • View Source
    • 0 Comments