Serializer
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
appendByteBuffer(b: *, object: *) |
|
public |
compare(a: *, b: *): * Sort by the first element in a operation |
|
public |
fromBuffer(buffer: *): * |
|
public |
fromByteBuffer(b: *): * |
|
public |
fromHex(hex: *): * |
|
public |
fromObject(serialized_object: *): * |
|
public |
toBuffer(object: *): * |
|
public |
toByteBuffer(object: *): * |
|
public |
toHex(object: *): * |
|
public |
|
Public Constructors
public constructor() source
Public Methods
public appendByteBuffer(b: *, object: *) source
Params:
Name | Type | Attribute | Description |
b | * | ||
object | * |
public compare(a: *, b: *): * source
Sort by the first element in a operation
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
Return:
* |
public fromObject(serialized_object: *): * source
Params:
Name | Type | Attribute | Description |
serialized_object | * |
Return:
* |