ReferenceHandler Class

Definition

Defines how the JsonSerializer deals with references on serialization and deserialization.

public ref class ReferenceHandler abstract
public abstract class ReferenceHandler
type ReferenceHandler = class
Public MustInherit Class ReferenceHandler
Inheritance
ReferenceHandler
Derived

Constructors

ReferenceHandler()

Initializes a new instance of the ReferenceHandler class.

Properties

IgnoreCycles

Gets an object that indicates whether an object is ignored when a reference cycle is detected during serialization.

Preserve

Gets an object that indicates whether metadata properties are honored when JSON objects and arrays are deserialized into reference types, and written when reference types are serialized. This is necessary to create round-trippable JSON from objects that contain cycles or duplicate references.

Methods

CreateResolver()

Returns the ReferenceResolver used for each serialization call.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to