Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement FormatRawData(byte[])

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

Declaration

public TElement FormatRawData(
    byte[] value
)

Summary

Generates an element that represents raw data (byte[]).

Parameters

byte[]value The raw data to store.

Returns

The serialized raw data.

Remarks

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