enum IDeltaHandler::DeltaCommandType
Types of commands that are used when applying difference field values.
Values
| Name | Value | Description |
|---|---|---|
Diff_Plain |
1 |
|
Diff_Reflectable |
2 |
|
Diff_ReflectablePtr |
3 |
|
Diff_DataBlock |
4 |
|
Diff_ArraySize |
5 |
|
Diff_ObjectStart |
6 |
|
Diff_ObjectEnd |
7 |
|
Diff_SubObjectStart |
8 |
|
Diff_IterableEntryStart |
9 |
|
Diff_IterableEntryEnd |
10 |
|
Diff_RemoveMapEntry |
11 |
|
Diff_ArrayFlag |
16 |
|
Diff_MapFlag |
32 |