Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement FormatReference(int)

  • Declared in: RT.Serialization.IClassifyFormat<TElement>
  • Interface method
  • Abstract

Declaration

public TElement FormatReference(
    int refId
)

Summary

Generates an element that represents a reference to another object within the same serialized object graph.

Parameters

intrefId The reference ID.

Returns

An element that represents a reference to another object with the specified refId.

Remarks

The returned element should be recognized by IClassifyFormat<TElement>.IsReference(TElement).