Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
StackSerializer ( ) : System |
Initializes a new instance of the StackSerializer class.
|
Метод | Описание | |
---|---|---|
AddItem ( object instance, object item ) : void |
Adds the item.
|
|
CreateInstance ( |
Creates the instance.
|
|
EnumerateItemsInSerializationOrder ( object instance ) : IEnumerable |
Enumerates the items.
|
|
FinalizeResult ( object instance, |
Finalizes the result.
|
protected AddItem ( object instance, object item ) : void | ||
instance | object | The instance. |
item | object | The item. |
Результат | void |
protected CreateInstance ( |
||
actualType | The actual type. | |
Результат | object |
protected EnumerateItemsInSerializationOrder ( object instance ) : IEnumerable | ||
instance | object | The instance. |
Результат | IEnumerable |
protected FinalizeResult ( object instance, |
||
instance | object | The instance. |
actualType | The actual type. | |
Результат | object |