StackSerializer
Static Method Summary
Static Public Methods | ||
public static |
register(container: *) |
Constructor Summary
Public Constructor | ||
public |
constructor(_container: *) |
Method Summary
Public Methods | ||
public |
deserialize(node: *): * |
|
public |
serialize(node: *): {"name": string, "tags": *, "startIndex": *, "direction": *, "reverse": *, "header": *, "controls": *, "children": *} |
Static Public Methods
public static register(container: *) source
Params:
Name | Type | Attribute | Description |
container | * |
Public Constructors
public constructor(_container: *) source
Params:
Name | Type | Attribute | Description |
_container | * |
Public Methods
public serialize(node: *): {"name": string, "tags": *, "startIndex": *, "direction": *, "reverse": *, "header": *, "controls": *, "children": *} source
Params:
Name | Type | Attribute | Description |
node | * |
Return:
{"name": string, "tags": *, "startIndex": *, "direction": *, "reverse": *, "header": *, "controls": *, "children": *} |