- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public bool IsReference(
TElement element
)
Summary
Determines whether this element represents a reference to another object in the same serialized graph.
Parameters
TElement | element |
The element to decode. |
Returns
true
if this element represents such a reference;
false
otherwise.
Remarks
This should recognize elements generated by
IClassifyFormat<TElement>.FormatReference(int).