Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement GetSelfValue(TElement)

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

Declaration

public TElement GetSelfValue(
    TElement element
)

Summary

Decodes the serialized form of the element type itself.

Remarks

This should do the reverse of IClassifyFormat<TElement>.FormatSelfValue(TElement).