Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement FormatNullValue()

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

Declaration

public TElement FormatNullValue()

Summary

Generates an element that represents a null value.

Returns

The serialized form of the null value.

Remarks

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