- 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).