Property | Type | Description |
---|
Method | Description | |
---|---|---|
QueueSerializer ( ) : System |
Initializes a new instance of the QueueSerializer class.
|
Method | Description | |
---|---|---|
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. |
return | void |
protected CreateInstance ( |
||
actualType | The actual type. | |
return | object |
protected EnumerateItemsInSerializationOrder ( object instance ) : IEnumerable | ||
instance | object | The instance. |
return | IEnumerable |
protected FinalizeResult ( object instance, |
||
instance | object | The instance. |
actualType | The actual type. | |
return | object |