DAStreamElementType

Overview

The DAStreamElementType enumeration is used internally by data streamer to determine the type of the data element inside the stream. Data stream can hold serialized tables, their deltas or both of them. And given enumeration is used to determne how to properly deserialize given element.

Location

  • Reference: DABin2StreamElementInfo.h
  • Namespace: DataAbstract


Value Description
setDelta Element represents the serialized delta
setTable Element represents the serialized data table