Show / Hide Table of Contents

    Enum ObjectCreationHandling

    Specifies how object creation is handled by the JsonSerializer.

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

    Fields

    Name Description
    Auto

    Reuse existing objects, create new objects when needed.

    Replace

    Always create new objects.

    Reuse

    Only reuse existing objects.

    Extension Methods

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