Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: byte[] GetRawData(TElement)

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

Declaration

public byte[] GetRawData(
    TElement element
)

Summary

Decodes a piece of raw data.

Parameters

TElementelement The element to decode.

Returns

The raw data decoded.

Remarks

This should decode values passed into IClassifyFormat<TElement>.FormatRawData(byte[]).