- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public TElement FormatSelfValue(
TElement value
)
Summary
Generates an element that represents a value of the same type as serialized elements.
Parameters
TElement | value |
The value to encode. |
Returns
The serialized form of the
value.
Remarks
The returned element should be recognized by
IClassifyFormat<TElement>.GetSelfValue(TElement).