프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |